wok-6.x view php-docs-en/receipt @ rev 23835

Up axel (2.17.8), bluez (5.54), cpio (2.13), dnsmasq (2.81), libssh (0.9.4), unbound (1.10.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 09:34:18 2020 +0000 (2020-06-01)
parents b10d41313e54
children 15650f5d595b
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 # 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 }