wok-current annotate libsasl-without-ldap/receipt @ rev 14684
enlightenment: Up to 0.17.3
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:09:19 2013 +0200 (2013-06-06) |
parents | 63aa805b30e0 |
children | de49f29b101e |
rev | line source |
---|---|
gokhlayeh@8165 | 1 # SliTaz package receipt. |
gokhlayeh@8165 | 2 |
gokhlayeh@8165 | 3 PACKAGE="libsasl-without-ldap" |
gokhlayeh@8165 | 4 VERSION="2.1.23" |
gokhlayeh@8165 | 5 CATEGORY="system-tools" |
gokhlayeh@8165 | 6 SHORT_DESC="Cyrus Simple Authentication Service Layer (SASL) library." |
gokhlayeh@8165 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
gokhlayeh@8165 | 8 SOURCE="cyrus-sasl" |
gokhlayeh@8165 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
gokhlayeh@8165 | 10 DEPENDS="db openssl" |
gokhlayeh@8165 | 11 BUILD_DEPENDS="db-dev openssl-dev" |
gokhlayeh@8165 | 12 WEB_SITE="http://cyrusimap.web.cmu.edu/" |
gokhlayeh@8165 | 13 WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" |
gokhlayeh@8165 | 14 |
gokhlayeh@8165 | 15 # Rules to configure and make the package. |
gokhlayeh@8165 | 16 compile_rules() |
gokhlayeh@8165 | 17 { |
gokhlayeh@8165 | 18 cd $src |
pascal@13009 | 19 patch -Np1 -i $stuff/0027_db5_support.patch |
gokhlayeh@8165 | 20 ./configure --prefix=/usr --infodir=/usr/share/info \ |
gokhlayeh@8165 | 21 --without-pam --disable-anon \ |
gokhlayeh@8165 | 22 --disable-cram --disable-digest \ |
gokhlayeh@8165 | 23 --disable-gssapi --enable-login \ |
gokhlayeh@8165 | 24 --disable-otp --enable-plain \ |
gokhlayeh@8165 | 25 --mandir=/usr/share/man $CONFIGURE_ARGS && |
slaxemulator@8682 | 26 make -j1 && |
slaxemulator@8682 | 27 make -j1 DESTDIR=$PWD/_pkg install |
gokhlayeh@8165 | 28 } |
gokhlayeh@8165 | 29 |
gokhlayeh@8165 | 30 |
gokhlayeh@8165 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@8165 | 32 genpkg_rules() |
gokhlayeh@8165 | 33 { |
gokhlayeh@8165 | 34 cp -a $_pkg/* $fs |
gokhlayeh@8165 | 35 } |