wok-6.x annotate php-cli/receipt @ rev 6291
Up: pixman to 0.18.4 again. Added --enable-gtk=no so there are no gtk tests. Added xorg-libXrandr to gtk+ depends. Need for post_install to work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Sep 15 20:05:28 2010 +0000 (2010-09-15) |
parents | cdb7f539e116 |
children | 11b005eb0d03 |
rev | line source |
---|---|
pascal@1779 | 1 # SliTaz package receipt. |
pascal@1779 | 2 |
pascal@1779 | 3 PACKAGE="php-cli" |
pankso@4427 | 4 VERSION="5.2.11" |
pascal@1779 | 5 CATEGORY="development" |
pascal@1779 | 6 SHORT_DESC="PHP web programming language command line interpreter." |
pascal@1779 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1779 | 8 DEPENDS="php" |
pascal@1779 | 9 WEB_SITE="http://www.php.net/" |
pascal@1779 | 10 WANTED="php" |
pascal@1779 | 11 |
pascal@1779 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1779 | 13 genpkg_rules() |
pascal@1779 | 14 { |
pascal@1779 | 15 mkdir -p $fs/usr/bin |
pascal@1779 | 16 cp -a $_pkg/usr/bin/php $fs/usr/bin |
pascal@1779 | 17 } |