wok view php-auth-sasl/receipt @ rev 17120

Up moc (2.5.0)
author Paul Issott <paul@slitaz.org>
date Thu Sep 04 23:36:22 2014 +0100 (2014-09-04)
parents b652293e5fe0
children 1daf24fb0842
line source
1 # SliTaz package receipt.
3 PACKAGE="php-auth-sasl"
4 VERSION="1.0.4"
5 CATEGORY="development"
6 SHORT_DESC="Abstraction of various SASL mechanism responses for php."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://pear.php.net/"
10 SOURCE="Auth_SASL"
11 TARBALL="$SOURCE-$VERSION.tgz"
12 WGET_URL="http://download.pear.php.net/package/$TARBALL"
14 DEPENDS="php-pear"
15 BUILD_DEPENDS="php-pear php-cli"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 mkdir -p $DESTDIR/usr/share/php
22 tar czf $TARBALL $SOURCE-$VERSION package.xml
23 pear install --offline --installroot=$DESTDIR $TARBALL
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 rm -rf $fs/usr/share/php/.channels $fs/usr/share/php/.registry/.c*
31 rm -rf $fs/usr/share/php/.f* $fs/usr/share/php/.l*
32 rm -rf $fs/usr/share/php/.dep*
33 }