wok-4.x diff php-cli/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (18 months ago)
parents a82ead0ea109
children
line diff
     1.1 --- a/php-cli/receipt	Mon Jan 10 00:07:06 2011 +0000
     1.2 +++ b/php-cli/receipt	Sun Apr 02 14:34:44 2023 +0000
     1.3 @@ -5,13 +5,13 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="PHP web programming language command line interpreter."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="php"
     1.8 +DEPENDS="php-common"
     1.9  WEB_SITE="http://www.php.net/"
    1.10  WANTED="php"
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -        mkdir -p $fs/usr/bin
    1.16 -        cp -a $_pkg/usr/bin/php $fs/usr/bin
    1.17 +	mkdir -p $fs/usr/bin
    1.18 +	cp -a $_pkg/usr/bin/php $fs/usr/bin
    1.19  }