summaryrefslogtreecommitdiffstats
path: root/extra/cyrus-sasl/Pkgfile
diff options
context:
space:
mode:
authorpierre <pierre@nutyx.(none)>2009-12-02 07:56:28 +0100
committerpierre <pierre@nutyx.(none)>2009-12-02 07:56:28 +0100
commitd7d8bc2ff34bdb817b087c2b9cf49042214e50e9 (patch)
tree23321121b547db43ff035f0d6aed0bdea63aa4d0 /extra/cyrus-sasl/Pkgfile
parent875a293f8ab7de3856c79130fea23a3c35b1aa64 (diff)
parenta8198d3257232a0f4bf3e21617b38fe1be0491a8 (diff)
downloadnutyx-extra-d7d8bc2ff34bdb817b087c2b9cf49042214e50e9.tar.gz
nutyx-extra-d7d8bc2ff34bdb817b087c2b9cf49042214e50e9.tar.bz2
nutyx-extra-d7d8bc2ff34bdb817b087c2b9cf49042214e50e9.tar.xz
nutyx-extra-d7d8bc2ff34bdb817b087c2b9cf49042214e50e9.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/cyrus-sasl/Pkgfile')
-rw-r--r--extra/cyrus-sasl/Pkgfile6
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