wok-current view php-dev/receipt @ rev 25693

Up depends pkgs for cups, need to rebuild it for ssl 3.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Mar 24 15:17:37 2024 +0000 (8 months ago)
parents a23978bfa665
children
line source
1 # SliTaz package receipt.
3 PACKAGE="php-dev"
4 VERSION="7.4.33"
5 CATEGORY="development"
6 SHORT_DESC="PHP web programming language development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.php.net/"
11 WANTED="php"
13 DEPENDS="cyrus-sasl jpeg libcomerr3 libkrb5 libldap libmcrypt \
14 libmysqlclient libpng libpostgresqlclient libtool libunixODBC \
15 mhash net-snmp openssl11 php"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib/php
21 mkdir -p $fs/usr/bin
23 cp -a $install/usr/lib/php/extensions $fs/usr/lib/php
24 rm -f $fs/usr/lib/php/*so
25 cp -a $install/usr/lib/php/build $fs/usr/lib/php
26 cp -a $install/usr/include $fs/usr
27 cp -a $install/usr/bin/php-config $fs/usr/bin
28 cp -a $install/usr/bin/phpize $fs/usr/bin
29 }