wok-stable view apache-doc/receipt @ rev 2534

bash: tiny fixes
author Paul Issott <paul@slitaz.org>
date Sat Mar 21 18:45:14 2009 +0000 (2009-03-21)
parents c74cae4e8a62
children dbe2f3834437
line source
1 # SliTaz package receipt.
3 PACKAGE="apache-doc"
4 VERSION="2.2.11"
5 CATEGORY="development"
6 SHORT_DESC="HTTP server documentation files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.apache.org/"
9 WANTED="apache"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share
15 cp -a $_pkg/usr/share/doc $fs/usr/share
16 }