wok-next rev 8165
imported patch commit_inprogress/libsasl-without-ldap.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:49 2011 +0100 (2011-01-27) |
parents | dc0d27d75c9d |
children | c4a605195941 |
files | libsasl-without-ldap/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libsasl-without-ldap/receipt Thu Jan 27 00:20:49 2011 +0100 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libsasl-without-ldap" 1.7 +VERSION="2.1.23" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Cyrus Simple Authentication Service Layer (SASL) library." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +SOURCE="cyrus-sasl" 1.12 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.13 +DEPENDS="db openssl" 1.14 +BUILD_DEPENDS="db-dev openssl-dev" 1.15 +WEB_SITE="http://cyrusimap.web.cmu.edu/" 1.16 +WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + 1.23 + ./configure --prefix=/usr --infodir=/usr/share/info \ 1.24 + --without-pam --disable-anon \ 1.25 + --disable-cram --disable-digest \ 1.26 + --disable-gssapi --enable-login \ 1.27 + --disable-otp --enable-plain \ 1.28 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.29 + make && 1.30 + make DESTDIR=$PWD/_pkg install 1.31 +} 1.32 + 1.33 + 1.34 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.35 +genpkg_rules() 1.36 +{ 1.37 + cp -a $_pkg/* $fs 1.38 +} 1.39 \ No newline at end of file