wok-next view php-auth-sasl/receipt @ rev 20884

Check Repology info from m* to python-babel
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 12 18:34:58 2018 +0300 (2018-07-12)
parents 51a1ebbda768
children d5aab818505e
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 REPOLOGY="php:auth-sasl"
12 SOURCE="Auth_SASL"
13 TARBALL="$SOURCE-$VERSION.tgz"
14 WGET_URL="http://download.pear.php.net/package/$TARBALL"
16 DEPENDS="php-pear"
17 BUILD_DEPENDS="php-pear php-cli"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src
23 mkdir -p $DESTDIR/usr/share/php
24 tar czf $TARBALL $SOURCE-$VERSION package.xml
25 pear install --offline --installroot=$DESTDIR $TARBALL
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/usr $fs
32 rm -rf $fs/usr/share/php/.channels $fs/usr/share/php/.registry/.c*
33 rm -rf $fs/usr/share/php/.f* $fs/usr/share/php/.l*
34 rm -rf $fs/usr/share/php/.dep*
35 }