wok-current view php-docs-en/receipt @ rev 22483
updated antinat and antinat-dev (0.90 -> 0.91)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 30 16:44:40 2019 +0100 (2019-12-30) |
parents | ccb0caebef6f |
children | b10d41313e54 |
line source
1 # SliTaz package receipt.
3 PACKAGE="php-docs-en"
4 VERSION="7.3.12"
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"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/doc
17 cp -a $src $fs/usr/share/doc/php-en
18 }