summaryrefslogtreecommitdiffstats
path: root/extra/cyrus-sasl/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-01 23:38:06 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-01 23:38:06 +0100
commita8198d3257232a0f4bf3e21617b38fe1be0491a8 (patch)
tree326ab33097ab94c9957c84fe67ce4a9b516b3448 /extra/cyrus-sasl/Pkgfile
parente465e21501b70658296ca2ee98dfe7c3df5e8c1d (diff)
downloadnutyx-extra-a8198d3257232a0f4bf3e21617b38fe1be0491a8.tar.gz
nutyx-extra-a8198d3257232a0f4bf3e21617b38fe1be0491a8.tar.bz2
nutyx-extra-a8198d3257232a0f4bf3e21617b38fe1be0491a8.tar.xz
nutyx-extra-a8198d3257232a0f4bf3e21617b38fe1be0491a8.zip
maj cyrus-sarl, footprint et dépendances
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