diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 22:50:08 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 22:50:08 +0100 |
commit | e29e03a20b10af37237bf0b1afecfd73754dc030 (patch) | |
tree | b76fd37fd2a3f44b5f1cc2cda4785ea389c6a599 /extra/cyrus-sasl/Pkgfile | |
parent | 10f3ebe6d32dac8b6822bce2d39d08b6d41b4c09 (diff) | |
download | nutyx-extra-e29e03a20b10af37237bf0b1afecfd73754dc030.tar.gz nutyx-extra-e29e03a20b10af37237bf0b1afecfd73754dc030.tar.bz2 nutyx-extra-e29e03a20b10af37237bf0b1afecfd73754dc030.tar.xz nutyx-extra-e29e03a20b10af37237bf0b1afecfd73754dc030.zip |
cyrus-sasl dans base
Diffstat (limited to 'extra/cyrus-sasl/Pkgfile')
-rw-r--r-- | extra/cyrus-sasl/Pkgfile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/cyrus-sasl/Pkgfile b/extra/cyrus-sasl/Pkgfile deleted file mode 100644 index 8b8e8aa29..000000000 --- a/extra/cyrus-sasl/Pkgfile +++ /dev/null @@ -1,25 +0,0 @@ -# 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: kerberos -# Run on: kerberos - -name=cyrus-sasl -version=2.1.22 -release=3 -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 -} - |