wok-current view apache-dev/receipt @ rev 25737

Add wireshark and deps, rebuild ntfs-3g with posix acls
author Stanislas Leduc <shann@slitaz.org>
date Tue Jan 28 15:25:33 2025 +0000 (7 months ago)
parents bf7fc7b1447c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="apache-dev"
4 VERSION="2.4.61"
5 CATEGORY="development"
6 SHORT_DESC="HTTP server - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="https://www.apache.org/"
11 SOURCE="httpd"
12 WANTED="apache"
14 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/apache
20 mkdir -p $fs/usr/bin
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/bin/apxs $fs/usr/bin
24 cp -a $install/usr/share/apache/build $fs/usr/share/apache
25 }