wok diff php-cli/receipt @ rev 2471

curl: --without-libidn
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 15 19:54:47 2009 +0100 (2009-03-15)
parents
children cdb7f539e116
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/php-cli/receipt	Sun Mar 15 19:54:47 2009 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="php-cli"
     1.7 +VERSION="5.2.5"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="PHP web programming language command line interpreter."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +DEPENDS="php"
    1.12 +WEB_SITE="http://www.php.net/"
    1.13 +WANTED="php"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +        mkdir -p $fs/usr/bin
    1.19 +        cp -a $_pkg/usr/bin/php $fs/usr/bin
    1.20 +}