wok-current view php-docs-en/receipt @ rev 25629

Mass updates for current
author Stanislas Leduc <shann@slitaz.org>
date Wed Oct 11 18:45:46 2023 +0000 (16 months ago)
parents e717a4953b0e
children 5926178cd6fa
line source
1 # SliTaz package receipt.
3 PACKAGE="php-docs-en"
4 VERSION="7.4.33"
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 }