wok view php-docs-en/receipt @ rev 24124

updated transfig (3.2.5d -> 3.2.8b)
author Hans-G?nter Theisgen
date Wed Oct 06 10:26:09 2021 +0100 (2021-10-06)
parents bcea19bfa7af
children 076f424196b2
line source
1 # SliTaz package receipt.
3 PACKAGE="php-docs-en"
4 VERSION="7.4.4"
5 CATEGORY="misc"
6 SHORT_DESC="Set of HTML documentation for PHP.(English version)"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://www.php.net/docs.php"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz"
14 current_version()
15 {
16 wget -O - https://pear.php.net/package/Auth_SASL 2>/dev/null | \
17 sed '/released/!d;s|.*>\([0-9\.]*\)<.*|\1|'
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share/doc
24 cp -a $src $fs/usr/share/doc/php-en
25 }