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

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents 076f424196b2
children
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"
pascal@24975 12 WGET_URL="https://www.php.net/distributions/manual/php_manual_en.tar.gz"
slaxemulator@14613 13
slaxemulator@14613 14 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@14613 15 genpkg_rules()
slaxemulator@14613 16 {
slaxemulator@14613 17 mkdir -p $fs/usr/share/doc
Hans-G?nter@23426 18 cp -a $src $fs/usr/share/doc/php-en
slaxemulator@14613 19 }