wok annotate apache-doc/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 903156784651
children 0b02213fe0a1
rev   line source
pascal@1313 1 # SliTaz package receipt.
pascal@1313 2
pascal@1313 3 PACKAGE="apache-doc"
Hans-G?nter@22484 4 VERSION="2.4.41"
pascal@1313 5 CATEGORY="development"
Hans-G?nter@22484 6 SHORT_DESC="HTTP server - documentation files."
pascal@1313 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15361 8 LICENSE="Apache"
Hans-G?nter@22484 9 WEB_SITE="https://www.apache.org/"
Hans-G?nter@22484 10
pascal@2549 11 SOURCE="httpd"
pascal@1313 12 WANTED="apache"
pascal@1313 13
pascal@1313 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1313 15 genpkg_rules()
pascal@1313 16 {
pascal@1313 17 mkdir -p $fs/usr/share
Hans-G?nter@22484 18 cp -a $install/usr/share/doc $fs/usr/share
pascal@1313 19 }