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

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 4e6503d7a19f
children
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 BUILD_DEPENDS="php-pear php-cli"
18 compile_rules() {
19 mkdir -p $install/usr/share/php
20 tar czf $TARBALL $SOURCE-$VERSION package.xml
21 pear install --offline --installroot=$install $TARBALL
22 }
24 genpkg_rules() {
25 cp -a $install/usr $fs
26 rm -rf $fs/usr/share/php/.channels $fs/usr/share/php/.registry/.c*
27 rm -rf $fs/usr/share/php/.f* $fs/usr/share/php/.l*
28 rm -rf $fs/usr/share/php/.dep*
29 DEPENDS="php-pear"
30 }