wok-4.x view apache-doc/receipt @ rev 11913
Add perl-test-deep.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Feb 29 16:25:20 2012 -0500 (2012-02-29) |
parents | 3a281a978a7a |
children | 8c14102b0ebc |
line source
1 # SliTaz package receipt.
3 PACKAGE="apache-doc"
4 VERSION="2.2.22"
5 CATEGORY="development"
6 SHORT_DESC="HTTP server documentation files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.apache.org/"
9 SOURCE="httpd"
10 WANTED="apache"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $_pkg/usr/share/doc $fs/usr/share
17 }