wok-current view php-docs-en/receipt @ rev 24142
linux-aufs: git checkout problem ?
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 15 08:46:59 2021 +0000 (2021-11-15) |
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 }