wok-current annotate apache-doc/receipt @ rev 19099
libgnome-keyring: add arm support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 03 22:53:34 2016 +0200 (2016-05-03) |
parents | 191b99ca9dc2 |
children | 8c3e3fa52973 |
rev | line source |
---|---|
pascal@1313 | 1 # SliTaz package receipt. |
pascal@1313 | 2 |
pascal@1313 | 3 PACKAGE="apache-doc" |
pascal@18267 | 4 VERSION="2.4.16" |
pascal@1313 | 5 CATEGORY="development" |
pascal@1313 | 6 SHORT_DESC="HTTP server documentation files." |
pascal@1313 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15361 | 8 LICENSE="Apache" |
pascal@1313 | 9 WEB_SITE="http://www.apache.org/" |
pascal@2549 | 10 SOURCE="httpd" |
pascal@1313 | 11 WANTED="apache" |
pascal@1313 | 12 |
pascal@1313 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1313 | 14 genpkg_rules() |
pascal@1313 | 15 { |
pascal@1313 | 16 mkdir -p $fs/usr/share |
pascal@15361 | 17 cp -a $install/usr/share/doc $fs/usr/share |
pascal@1313 | 18 } |
pascal@1313 | 19 |