wok-stable view apache-doc/receipt @ rev 8586
Fix: remove src definition from libdaq-dev & rework files repartition between libdaq/libdaq-dev
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 03:36:07 2011 +0100 (2011-02-14) |
parents | 5701f391e47c |
children | be13f25e790b |
line source
1 # SliTaz package receipt.
3 PACKAGE="apache-doc"
4 VERSION="2.2.17"
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 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
17 cp -a $_pkg/usr/share/doc $fs/usr/share
19 }