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

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
parents bcea19bfa7af
children 076f424196b2
rev   line source
slaxemulator@14613 1 # SliTaz package receipt.
slaxemulator@14613 2
slaxemulator@14613 3 PACKAGE="php-docs-en"
Hans-G?nter@23426 4 VERSION="7.4.4"
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"
pascal@21278 9 WEB_SITE="https://www.php.net/docs.php"
Hans-G?nter@23426 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
pascal@24102 14 current_version()
pascal@24102 15 {
pascal@24102 16 wget -O - https://pear.php.net/package/Auth_SASL 2>/dev/null | \
pascal@24102 17 sed '/released/!d;s|.*>\([0-9\.]*\)<.*|\1|'
pascal@24102 18 }
pascal@24102 19
slaxemulator@14613 20 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@14613 21 genpkg_rules()
slaxemulator@14613 22 {
slaxemulator@14613 23 mkdir -p $fs/usr/share/doc
Hans-G?nter@23426 24 cp -a $src $fs/usr/share/doc/php-en
slaxemulator@14613 25 }