milis/talimatname/genel/cyrus-sasl/talimat
2017-03-22 11:42:18 +02:00

25 lines
701 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Cyrus saslauthd SASL kimlik doğrulama programı
# URL: http://cyrusimap.org/
# Packager: milisarge
# Depends on: db
name=cyrus-sasl
version=2.1.26
release=1
source=(ftp://ftp.cyrusimap.org/cyrus-sasl/$name-$version.tar.gz
http://www.linuxfromscratch.org/patches/blfs/svn/cyrus-sasl-$version-fixes-3.patch)
build() {
cd $name-$version
patch -Np1 -i ../cyrus-sasl-$version-fixes-3.patch
autoreconf -fi
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--enable-auth-sasldb \
--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
}