From e29e03a20b10af37237bf0b1afecfd73754dc030 Mon Sep 17 00:00:00 2001 From: tnut <thierryn1 at hispeed dot ch> Date: Sat, 19 Feb 2011 22:50:08 +0100 Subject: cyrus-sasl dans base --- base/cyrus-sasl/Pkgfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 base/cyrus-sasl/Pkgfile (limited to 'base/cyrus-sasl/Pkgfile') diff --git a/base/cyrus-sasl/Pkgfile b/base/cyrus-sasl/Pkgfile new file mode 100644 index 000000000..7b9894fe2 --- /dev/null +++ b/base/cyrus-sasl/Pkgfile @@ -0,0 +1,23 @@ +# 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 + +name=cyrus-sasl +version=2.1.23 +release=1 +source=( http://ftp.andrew.cmu.edu/pub/cyrus-mail/$name-$version.tar.gz\ + http://nutyx.meticul.eu/files/patchs/$name/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 + make DESTDIR=$PKG install + install -v -m700 -d $PKG/var/lib/sasl $PKG/var/run/saslauthd +} + -- cgit v1.2.3-70-g09d2