wok rev 23427

updated php-auth-sasl (1.0.4 -> 1.1.0)
author Hans-G?nter Theisgen
date Wed Apr 01 16:13:53 2020 +0100 (2020-04-01)
parents bcea19bfa7af
children d25f12337a71
files php-auth-sasl/receipt
line diff
     1.1 --- a/php-auth-sasl/receipt	Wed Apr 01 15:23:29 2020 +0100
     1.2 +++ b/php-auth-sasl/receipt	Wed Apr 01 16:13:53 2020 +0100
     1.3 @@ -1,23 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="php-auth-sasl"
     1.7 -VERSION="1.0.4"
     1.8 +VERSION="1.1.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Abstraction of various SASL mechanism responses for php."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  WEB_SITE="https://pear.php.net/"
    1.14 +
    1.15  SOURCE="Auth_SASL"
    1.16  TARBALL="$SOURCE-$VERSION.tgz"
    1.17  WGET_URL="http://download.pear.php.net/package/$TARBALL"
    1.18  
    1.19  DEPENDS="php-pear"
    1.20 -BUILD_DEPENDS="php-pear php-cli"
    1.21 +BUILD_DEPENDS="php-cli php-pear"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27  	mkdir -p $DESTDIR/usr/share/php
    1.28  	tar czf $TARBALL $SOURCE-$VERSION package.xml
    1.29  	pear install --offline --installroot=$DESTDIR $TARBALL
    1.30 @@ -26,9 +26,11 @@
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	cp -a $install/usr $fs
    1.35 -	rm -rf $fs/usr/share/php/.channels $fs/usr/share/php/.registry/.c*
    1.36 -	rm -rf $fs/usr/share/php/.f* $fs/usr/share/php/.l*
    1.37 -	rm -rf $fs/usr/share/php/.dep*
    1.38 +	cp -a $install/usr	$fs
    1.39 +
    1.40 +	rm -rf			$fs/usr/share/php/.channels
    1.41 +	rm -rf			$fs/usr/share/php/.registry/.c*
    1.42 +	rm -rf			$fs/usr/share/php/.f*
    1.43 +	rm -rf			$fs/usr/share/php/.l*
    1.44 +	rm -rf			$fs/usr/share/php/.dep*
    1.45  }
    1.46 -