wok annotate apache-dev/receipt @ rev 14972
Up: firefox-langpack-ru (17.0.8esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 22:20:09 2013 +0200 (2013-08-08) |
parents | f4bf102ffcf9 |
children | 191b99ca9dc2 |
rev | line source |
---|---|
pascal@1313 | 1 # SliTaz package receipt. |
pascal@1313 | 2 |
pascal@1313 | 3 PACKAGE="apache-dev" |
erjo@14809 | 4 VERSION="2.4.4" |
pascal@1313 | 5 CATEGORY="development" |
pascal@1313 | 6 SHORT_DESC="HTTP server development files." |
pascal@1313 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1313 | 8 WEB_SITE="http://www.apache.org/" |
pascal@2549 | 9 SOURCE="httpd" |
pascal@1313 | 10 WANTED="apache" |
pascal@1313 | 11 |
pascal@1313 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1313 | 13 genpkg_rules() |
pascal@1313 | 14 { |
pascal@1313 | 15 mkdir -p $fs/usr/share/apache $fs/usr/bin |
pascal@1313 | 16 cp -a $_pkg/usr/include $fs/usr |
pascal@1313 | 17 cp -a $_pkg/usr/bin/apxs $fs/usr/bin |
pascal@1313 | 18 cp -a $_pkg/usr/share/apache/build $fs/usr/share/apache |
pascal@1313 | 19 } |
pascal@1313 | 20 |