wok-next annotate php-docs-en/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
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)"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15198 8 LICENSE="BSD"
pascal@21181 9 WEB_SITE="https://www.php.net/docs.php"
al@21020 10
slaxemulator@14613 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@14613 12 WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz"
slaxemulator@14613 13
al@21020 14 genpkg_rules() {
slaxemulator@14613 15 mkdir -p $fs/usr/share/doc
slaxemulator@14613 16 cp -a $src $fs/usr/share/doc/php-en
slaxemulator@14613 17 }