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

Fix some homepages: follow HTTP redirections.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 17:26:00 2018 +0200 (2018-11-03)
parents 55f67249b264
children 3bc985504162
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"
slaxemulator@14613 9 WEB_SITE="http://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 }