wok-current view apache-dev/receipt @ rev 10912
evince: install schema org.gnome.Evince.Default (thanks mojo)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 29 15:49:54 2011 +0200 (2011-07-29) |
parents | 0b4f8654ae43 |
children | 921a6b00196d |
line source
1 # SliTaz package receipt.
3 PACKAGE="apache-dev"
4 VERSION="2.2.19"
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 }