diff options
Diffstat (limited to 'extra/cyrus-sasl/Pkgfile')
-rw-r--r-- | extra/cyrus-sasl/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/cyrus-sasl/Pkgfile b/extra/cyrus-sasl/Pkgfile index bebc5d87c..aebad65d3 100644 --- a/extra/cyrus-sasl/Pkgfile +++ b/extra/cyrus-sasl/Pkgfile @@ -2,17 +2,19 @@ # URL: http://asg.web.cmu.edu/cyrus/download/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: +# Depends on: kerberos name=cyrus-sasl version=2.1.22 -release=1 +release=3 source=( http://ftp.andrew.cmu.edu/pub/cyrus-mail/$name-$version.tar.gz\ gcc44-1.patch) build() { cd $name-$version patch -Np1 -i ../gcc44-1.patch + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man \ --with-dbpath=/var/lib/sasl/sasldb2 \ --with-saslauthd=/var/run/saslauthd make |