wok view apache-doc/receipt @ rev 14717

libgdiplus: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 11:20:13 2013 +0200 (2013-06-11)
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 }