summaryrefslogtreecommitdiffstats
path: root/extra/cyrus-sasl/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:44:13 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:44:13 +0200
commitacbadad2d7bea5bc285e1525782d4a922ac6d975 (patch)
tree90b6e8253bd5ec960f9ad149c605d8137ac944d9 /extra/cyrus-sasl/Pkgfile
parent5eba63688715025f45ad428648fea571330d8e70 (diff)
downloadnutyx-pakxe-acbadad2d7bea5bc285e1525782d4a922ac6d975.tar.gz
nutyx-pakxe-acbadad2d7bea5bc285e1525782d4a922ac6d975.tar.bz2
nutyx-pakxe-acbadad2d7bea5bc285e1525782d4a922ac6d975.tar.xz
nutyx-pakxe-acbadad2d7bea5bc285e1525782d4a922ac6d975.zip
Ajout de cyrus-sasl#2.1.22-1
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
+}