### this file is sourced not run
PKGVER=0.5.3
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=dovecot-2.3-pigeonhole-$PKGVER.tar.gz
MD5SUM=842c842e8c87526ac74b42732004d464
SRC_URL=http://pigeonhole.dovecot.org/releases/2.3/$TARBALL
BUNDLE=

SLACKREQ='dovecot'
SLACKDESC="dovecot-sieve: dovecot-sieve $PKGVER (Sieve plugin for dovecot)
dovecot-sieve: 
dovecot-sieve: This plugin provides mail filtering using Sieve language. By writing 
dovecot-sieve: Sieve scripts, users can customize how messages are delivered, e.g. 
dovecot-sieve: whether they are forwarded or stored in special folders. The Sieve 
dovecot-sieve: language is meant to be simple, extensible and system independent. 
dovecot-sieve: This package contains both the sieve plugin, as well as managesieve 
dovecot-sieve: plugin which enables users to install/remove sieve scripts from the 
dovecot-sieve: mail server.
dovecot-sieve: 
dovecot-sieve: http://wiki2.dovecot.org/Pigeonhole
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --with-dovecot=/usr/$LIBDIR/dovecot"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


