#Packager: Imar van Erven Dorens #Former Packager(s): None pkgname=zarafa pkgver=6.40.0 pkgrel=1ived source=("http://people.salixos.org/imar/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/imar/$pkgname/$pkgver/ url="http://www.zarafa.com/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "zarafa (a collaboration platform on linux)" "Open Source Collaboration, providing:" " * Integration with your existing Linux mailserver" " * Native mobile phone support" " * Outlook 'Look & Feel' webaccess" " * Stable Outlook sharing (100% MAPI)" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --docdir=/usr/doc/$pkgname-$pkgver \ --build=$arch-slackware-linux \ --disable-static \ --disable-testtools \ --with-userscript-prefix=/etc/zarafa/userscripts \ --with-quotatemplate-prefix=/etc/zarafa/quotamails \ --with-clucene-lib-prefix=/usr/lib${LIBDIRSUFFIX}\ --with-clucene-include-prefix=/usr/include make || return 1 make install DESTDIR=$startdir/pkg } doinst() { chmod 600 /etc/zarafa/server.cfg }