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

# source: james
TARBALL=dovecot-antispam-plugin-2015.07.tar.bz2
MD5SUM=6b5fc92a330bf2327970cb4e9ccd5587
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='dovecot'
SLACKDESC='dovecot-antispam: dovecot-antispam 2015.07 (Spam trainer plugin)
dovecot-antispam: 
dovecot-antispam: The antispam plugin allows you to retrain the spam filter by simply 
dovecot-antispam: moving emails in and out of the Spam folder.
dovecot-antispam: 
dovecot-antispam: http://wiki2.dovecot.org/Plugins/Antispam
dovecot-antispam: 
dovecot-antispam: 
dovecot-antispam: 
dovecot-antispam: 
dovecot-antispam: 
'

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


