wok-next annotate libsasl-without-ldap/receipt @ rev 10765
Up: vidalia to 0.2.12. Https support is in tazwok and cook.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 31 07:09:26 2011 +0000 (2011-05-31) |
parents | 73edabfe2330 |
children | 3c5a4b2eb7cd |
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 |
gokhlayeh@8165 | 19 |
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 } |