wok-6.x diff php-dev/receipt @ rev 24992
Up sip (4.19.25)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 14 18:19:29 2022 +0000 (2022-05-14) |
parents | b10d41313e54 |
children |
line diff
1.1 --- a/php-dev/receipt Fri Mar 20 15:21:15 2020 +0100 1.2 +++ b/php-dev/receipt Sat May 14 18:19:29 2022 +0000 1.3 @@ -1,24 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="php-dev" 1.7 -VERSION="7.3.16" 1.8 +VERSION="7.4.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="PHP web programming language development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 WEB_SITE="https://www.php.net/" 1.14 + 1.15 WANTED="php" 1.16 1.17 -DEPENDS="php cyrus-sasl libldap libmysqlclient libpng libpostgresqlclient \ 1.18 -libunixODBC mhash openssl jpeg libmcrypt libtool libkrb5 libcomerr3 net-snmp" 1.19 +DEPENDS="cyrus-sasl jpeg libcomerr3 libkrb5 libldap libmcrypt libmysqlclient 1.20 + libpng libpostgresqlclient libtool libunixODBC mhash net-snmp openssl php" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr/lib/php $fs/usr/bin 1.26 - cp -a $install/usr/lib/php/extensions $fs/usr/lib/php 1.27 - rm -f $fs/usr/lib/php/*so 1.28 - cp -a $install/usr/lib/php/build $fs/usr/lib/php 1.29 - cp -a $install/usr/include $fs/usr 1.30 - cp -a $install/usr/bin/php-config $install/usr/bin/phpize $fs/usr/bin 1.31 + mkdir -p $fs/usr/lib/php 1.32 + mkdir -p $fs/usr/bin 1.33 + 1.34 + cp -a $install/usr/lib/php/extensions $fs/usr/lib/php 1.35 + rm -f $fs/usr/lib/php/*so 1.36 + cp -a $install/usr/lib/php/build $fs/usr/lib/php 1.37 + cp -a $install/usr/include $fs/usr 1.38 + cp -a $install/usr/bin/php-config $fs/usr/bin 1.39 + cp -a $install/usr/bin/phpize $fs/usr/bin 1.40 }