wok annotate apache-doc/receipt @ rev 6148
Up: apache, apache-dev, apache-doc to 2.2.16.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 09 18:46:37 2010 +0000 (2010-09-09) |
parents | 8b98d274afb5 |
children | 4f6dafa1cfd3 |
rev | line source |
---|---|
pascal@1313 | 1 # SliTaz package receipt. |
pascal@1313 | 2 |
pascal@1313 | 3 PACKAGE="apache-doc" |
slaxemulator@6148 | 4 VERSION="2.2.16" |
pascal@1313 | 5 CATEGORY="development" |
pascal@1313 | 6 SHORT_DESC="HTTP server documentation files." |
pascal@1313 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1313 | 8 WEB_SITE="http://www.apache.org/" |
pascal@2549 | 9 SOURCE="httpd" |
pascal@1313 | 10 WANTED="apache" |
pascal@1313 | 11 |
pascal@1313 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1313 | 13 genpkg_rules() |
pascal@1313 | 14 { |
pascal@1313 | 15 mkdir -p $fs/usr/share |
pascal@2552 | 16 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg |
pascal@1313 | 17 cp -a $_pkg/usr/share/doc $fs/usr/share |
pascal@2549 | 18 |
pascal@1313 | 19 } |
pascal@1313 | 20 |