wok view apache-dev/receipt @ rev 8751

Removed all/most _pkg= lines in wok. The new tazwok-experimental can SOURCE paths and source are are all extracted to WOK/PACKAGE/PACKAGE-VERSION now with tazwok-experimental.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 20 06:53:59 2011 +0000 (2011-02-20)
parents 4f6dafa1cfd3
children 0b4f8654ae43
line source
1 # SliTaz package receipt.
3 PACKAGE="apache-dev"
4 VERSION="2.2.17"
5 CATEGORY="development"
6 SHORT_DESC="HTTP server development 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/apache $fs/usr/bin
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/bin/apxs $fs/usr/bin
18 cp -a $_pkg/usr/share/apache/build $fs/usr/share/apache
19 }