wok-next annotate php-auth-sasl/receipt @ rev 21613

updated eboard (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Thu Jun 25 10:33:28 2020 +0100 (2020-06-25)
parents 4e6503d7a19f
children
rev   line source
pascal@1921 1 # SliTaz package receipt.
pascal@1921 2
pascal@1921 3 PACKAGE="php-auth-sasl"
slaxemulator@7926 4 VERSION="1.0.4"
pascal@1921 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Abstraction of various SASL mechanism responses for PHP"
pascal@1921 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="BSD"
pascal@1921 9 WEB_SITE="http://pear.php.net/"
al@20884 10 REPOLOGY="php:auth-sasl"
al@20884 11
pascal@1921 12 SOURCE="Auth_SASL"
pascal@1921 13 TARBALL="$SOURCE-$VERSION.tgz"
pascal@1921 14 WGET_URL="http://download.pear.php.net/package/$TARBALL"
pascal@15375 15
pascal@1921 16 BUILD_DEPENDS="php-pear php-cli"
pascal@1921 17
al@21020 18 compile_rules() {
al@21020 19 mkdir -p $install/usr/share/php
pascal@9091 20 tar czf $TARBALL $SOURCE-$VERSION package.xml
al@21020 21 pear install --offline --installroot=$install $TARBALL
pascal@1921 22 }
pascal@1921 23
al@21020 24 genpkg_rules() {
pascal@15375 25 cp -a $install/usr $fs
pascal@9091 26 rm -rf $fs/usr/share/php/.channels $fs/usr/share/php/.registry/.c*
pascal@1921 27 rm -rf $fs/usr/share/php/.f* $fs/usr/share/php/.l*
pascal@1921 28 rm -rf $fs/usr/share/php/.dep*
al@21020 29 DEPENDS="php-pear"
pascal@1921 30 }