wok view php-dev/receipt @ rev 15001

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:48:05 2013 +0000 (2013-08-10)
parents 855f42b596c0
children 78cb1e930abd
line source
1 # SliTaz package receipt.
3 PACKAGE="php-dev"
4 VERSION="5.4.13"
5 CATEGORY="development"
6 SHORT_DESC="PHP web programming language development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="php cyrus-sasl libldap libmysqlclient libpng libpostgresqlclient \
9 libunixODBC mhash openssl jpeg libmcrypt libtool libkrb5 libcomerr3 net-snmp"
10 WEB_SITE="http://www.php.net/"
11 WANTED="php"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/php $fs/usr/bin
17 cp -a $install/usr/lib/php/extensions $fs/usr/lib/php
18 rm -f $fs/usr/lib/php/*so
19 cp -a $install/usr/lib/php/build $fs/usr/lib/php
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/bin/php-config $install/usr/bin/phpize $fs/usr/bin
22 }