# HG changeset patch # User Antoine Bodin # Date 1296084049 -3600 # Node ID 73edabfe23302b22994668e330277d61961c223c # Parent dc0d27d75c9d4ae2d7e638cc4feb9afcba269f4c imported patch commit_inprogress/libsasl-without-ldap.patch diff -r dc0d27d75c9d -r 73edabfe2330 libsasl-without-ldap/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libsasl-without-ldap/receipt Thu Jan 27 00:20:49 2011 +0100 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="libsasl-without-ldap" +VERSION="2.1.23" +CATEGORY="system-tools" +SHORT_DESC="Cyrus Simple Authentication Service Layer (SASL) library." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="cyrus-sasl" +TARBALL="$SOURCE-$VERSION.tar.gz" +DEPENDS="db openssl" +BUILD_DEPENDS="db-dev openssl-dev" +WEB_SITE="http://cyrusimap.web.cmu.edu/" +WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + + ./configure --prefix=/usr --infodir=/usr/share/info \ + --without-pam --disable-anon \ + --disable-cram --disable-digest \ + --disable-gssapi --enable-login \ + --disable-otp --enable-plain \ + --mandir=/usr/share/man $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} \ No newline at end of file