wok-next annotate libsasl-without-ldap/receipt @ rev 18569
tazpanel-extra: clear tazpanel cache in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 10 12:55:14 2015 +0100 (2015-11-10) |
parents | 3c5a4b2eb7cd |
children | 76b93e8c1608 |
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" |
pascal@15600 | 8 LICENSE="BSD" |
gokhlayeh@8165 | 9 SOURCE="cyrus-sasl" |
gokhlayeh@8165 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@15600 | 11 WEB_SITE="http://cyrusimap.web.cmu.edu/" |
pascal@15600 | 12 WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" |
pascal@15600 | 13 |
gokhlayeh@8165 | 14 DEPENDS="db openssl" |
gokhlayeh@8165 | 15 BUILD_DEPENDS="db-dev openssl-dev" |
gokhlayeh@8165 | 16 |
gokhlayeh@8165 | 17 # Rules to configure and make the package. |
gokhlayeh@8165 | 18 compile_rules() |
gokhlayeh@8165 | 19 { |
gokhlayeh@8165 | 20 cd $src |
pascal@13009 | 21 patch -Np1 -i $stuff/0027_db5_support.patch |
gokhlayeh@8165 | 22 ./configure --prefix=/usr --infodir=/usr/share/info \ |
gokhlayeh@8165 | 23 --without-pam --disable-anon \ |
gokhlayeh@8165 | 24 --disable-cram --disable-digest \ |
gokhlayeh@8165 | 25 --disable-gssapi --enable-login \ |
gokhlayeh@8165 | 26 --disable-otp --enable-plain \ |
gokhlayeh@8165 | 27 --mandir=/usr/share/man $CONFIGURE_ARGS && |
slaxemulator@8682 | 28 make -j1 && |
pascal@15600 | 29 make -j1 DESTDIR=$DESTDIR install |
gokhlayeh@8165 | 30 } |
gokhlayeh@8165 | 31 |
gokhlayeh@8165 | 32 |
gokhlayeh@8165 | 33 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@8165 | 34 genpkg_rules() |
gokhlayeh@8165 | 35 { |
pascal@15600 | 36 cp -a $install/* $fs |
gokhlayeh@8165 | 37 } |