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

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 16:22:04 2022 +0000 (2022-05-02)
parents 076f424196b2
children
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="https://www.php.net/distributions/manual/php_manual_en.tar.gz"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/doc
18 cp -a $src $fs/usr/share/doc/php-en
19 }