wok view php-cli/receipt @ rev 14652

Add licenses, just for the seed (for example). Anyone can delete this.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 04 22:20:53 2013 +0000 (2013-06-04)
parents 855f42b596c0
children 78cb1e930abd
line source
1 # SliTaz package receipt.
3 PACKAGE="php-cli"
4 VERSION="5.4.13"
5 CATEGORY="development"
6 SHORT_DESC="PHP web programming language command line interpreter."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="php-common"
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 $install/usr/bin/php $fs/usr/bin
17 }