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

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 1daf24fb0842
children 15650f5d595b
line source
1 # SliTaz package receipt.
3 PACKAGE="php-auth-sasl"
4 VERSION="1.1.0"
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="https://pear.php.net/"
11 SOURCE="Auth_SASL"
12 TARBALL="$SOURCE-$VERSION.tgz"
13 WGET_URL="http://download.pear.php.net/package/$TARBALL"
15 DEPENDS="php-pear"
16 BUILD_DEPENDS="php-cli php-pear"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
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
31 rm -rf $fs/usr/share/php/.channels
32 rm -rf $fs/usr/share/php/.registry/.c*
33 rm -rf $fs/usr/share/php/.f*
34 rm -rf $fs/usr/share/php/.l*
35 rm -rf $fs/usr/share/php/.dep*
36 }