wok view php-cli/receipt @ rev 5447

linmodem-intel-536ep: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 05 13:17:38 2010 +0200 (2010-05-05)
parents cdb7f539e116
children 11b005eb0d03
line source
1 # SliTaz package receipt.
3 PACKAGE="php-cli"
4 VERSION="5.2.11"
5 CATEGORY="development"
6 SHORT_DESC="PHP web programming language command line interpreter."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="php"
9 WEB_SITE="http://www.php.net/"
10 WANTED="php"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/php $fs/usr/bin
17 }