summaryrefslogtreecommitdiffstats
path: root/extra/cyrus-sasl/Pkgfile
blob: bebc5d87c2f67d52b95ec06c1ca3fcdecc86a2b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
}