wok view apache-doc/receipt @ rev 13151

busybox-static: add find & xargs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 13 13:32:24 2012 +0200 (2012-07-13)
parents 3a281a978a7a
children 390a5a938ba6
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 }