contrib/dovecot-sieve/Pkgfile

20 lines
486 B
Plaintext
Raw Normal View History

2009-01-29 09:08:17 +01:00
# Description: Mail filter for the dovecot LDA
# URL: http://wiki.dovecot.org/LDA/Sieve
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Depends on: dovecot
name=dovecot-sieve
version=0.1.13
2009-01-29 09:08:17 +01:00
release=1
source=(http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-$version.tar.gz)
2009-01-29 09:08:17 +01:00
build() {
cd dovecot-1.2-sieve-$version
2009-01-29 09:08:17 +01:00
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--mandir=/usr/man \
2009-01-29 09:08:17 +01:00
--with-dovecot=/usr/lib/dovecot
make
make DESTDIR=$PKG install
}