wok view php-docs-en/receipt @ rev 15020

airpwn: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 11 17:42:17 2013 +0000 (2013-08-11)
parents
children 78cb1e930abd
line source
1 # SliTaz package receipt.
3 PACKAGE="php-docs-en"
4 VERSION="5.4.3"
5 CATEGORY="misc"
6 SHORT_DESC="Set of HTML documentation for PHP.(English version)"
7 MAINTAINER="slaxemulator@gmail.com"
8 WEB_SITE="http://www.php.net/docs.php"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/doc
16 cp -a $src $fs/usr/share/doc/php-en
17 }