wok-current view php-docs-en/receipt @ rev 24266
updated perl-unicode-maputf8 (1.11 -> 1.14)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 10:30:06 2022 +0100 (2022-01-02) |
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 }