wok annotate php-docs-en/receipt @ rev 23836
Up jbig2dec (0.18), metasploit (5.0.91), nginx (1.19.0), spamassassin (3.4.4), sqlite (3.32.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 01 10:15:25 2020 +0000 (2020-06-01) |
parents | b10d41313e54 |
children | 15650f5d595b |
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 |
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 } |