summaryrefslogtreecommitdiffstats
path: root/extra/cyrus-sasl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/cyrus-sasl/Pkgfile')
-rw-r--r--extra/cyrus-sasl/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/cyrus-sasl/Pkgfile b/extra/cyrus-sasl/Pkgfile
new file mode 100644
index 000000000..bebc5d87c
--- /dev/null
+++ b/extra/cyrus-sasl/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Système d'identification et couche de sécurité
+# URL: http://asg.web.cmu.edu/cyrus/download/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=cyrus-sasl
+version=2.1.22
+release=1
+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 \
+ --with-dbpath=/var/lib/sasl/sasldb2 \
+ --with-saslauthd=/var/run/saslauthd
+ make
+ make DESTDIR=$PKG install
+ install -v -m700 -d $PKG/var/lib/sasl $PKG/var/run/saslauthd
+}