wok-6.x diff libsasl-without-ldap/receipt @ rev 18978
Up tazlito(418)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Mar 14 14:14:36 2016 +0200 (2016-03-14) |
parents | 3c5a4b2eb7cd |
children | 9bd5e01b7427 |
line diff
1.1 --- a/libsasl-without-ldap/receipt Wed Jun 06 18:31:58 2012 +0200 1.2 +++ b/libsasl-without-ldap/receipt Mon Mar 14 14:14:36 2016 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Cyrus Simple Authentication Service Layer (SASL) library." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="BSD" 1.8 SOURCE="cyrus-sasl" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 +WEB_SITE="http://cyrusimap.web.cmu.edu/" 1.11 +WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" 1.12 + 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 @@ -24,12 +26,12 @@ 1.21 --disable-otp --enable-plain \ 1.22 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.23 make -j1 && 1.24 - make -j1 DESTDIR=$PWD/_pkg install 1.25 + make -j1 DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - cp -a $_pkg/* $fs 1.33 + cp -a $install/* $fs 1.34 } 1.35 \ No newline at end of file