diff options
author | pierre <pierre@nutyx.(none)> | 2009-12-02 07:56:28 +0100 |
---|---|---|
committer | pierre <pierre@nutyx.(none)> | 2009-12-02 07:56:28 +0100 |
commit | d7d8bc2ff34bdb817b087c2b9cf49042214e50e9 (patch) | |
tree | 23321121b547db43ff035f0d6aed0bdea63aa4d0 /extra/cyrus-sasl/Pkgfile | |
parent | 875a293f8ab7de3856c79130fea23a3c35b1aa64 (diff) | |
parent | a8198d3257232a0f4bf3e21617b38fe1be0491a8 (diff) | |
download | nutyx-pakxe-d7d8bc2ff34bdb817b087c2b9cf49042214e50e9.tar.gz nutyx-pakxe-d7d8bc2ff34bdb817b087c2b9cf49042214e50e9.tar.bz2 nutyx-pakxe-d7d8bc2ff34bdb817b087c2b9cf49042214e50e9.tar.xz nutyx-pakxe-d7d8bc2ff34bdb817b087c2b9cf49042214e50e9.zip |
Merge remote branch 'nutyx-2009/master'
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 |