#Maintainer: Thorsten Muehlfelder pkgname=dovecot-sieve pkgver=0.1.15 pkgrel=1tm arch=x86_64 source=("http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-$pkgver.tar.gz") url="http://wiki.dovecot.org/LDA/Sieve/Dovecot" docs=('AUTHORS' 'COPYING' 'COPYING.LGPL' 'ChangeLog' 'NEWS' 'README' 'TODO') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Sieve implementation for Dovecot)" "Dovecot Sieve is a fully rewritten Sieve implementation for Dovecot" "v1.2 and newer. The main reason for rewriting the Sieve engine was to" "provide more reliable script execution and to provide better error" "messages to users and system administrators. This implementation is" "part of the Pigeonhole project." ) build() { cd $startdir/src/dovecot-1.2-sieve-${pkgver} ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static \ --with-dovecot=/usr/lib${LIBDIRSUFFIX}/dovecot/ || return 1 make -j3 || return 1 make DESTDIR=$startdir/pkg/ install || return 1 }