wok annotate php-docs-en/receipt @ rev 17607

gnome-vfs: remove G_DISABLE_DEPRECATED
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 12 17:01:44 2015 +0100 (2015-02-12)
parents 78cb1e930abd
children ccb0caebef6f
rev   line source
slaxemulator@14613 1 # SliTaz package receipt.
slaxemulator@14613 2
slaxemulator@14613 3 PACKAGE="php-docs-en"
erjo@16733 4 VERSION="5.5.13"
slaxemulator@14613 5 CATEGORY="misc"
slaxemulator@14613 6 SHORT_DESC="Set of HTML documentation for PHP.(English version)"
slaxemulator@14613 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15198 8 LICENSE="BSD"
slaxemulator@14613 9 WEB_SITE="http://www.php.net/docs.php"
slaxemulator@14613 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@14613 11 WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz"
slaxemulator@14613 12
slaxemulator@14613 13 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@14613 14 genpkg_rules()
slaxemulator@14613 15 {
slaxemulator@14613 16 mkdir -p $fs/usr/share/doc
slaxemulator@14613 17 cp -a $src $fs/usr/share/doc/php-en
slaxemulator@14613 18 }