wok-next view busybox-httpd-ctrl/receipt @ rev 21261

updated fbida (2.09 -> 2.14)
author Hans-G?nter Theisgen
date Fri Dec 06 14:58:07 2019 +0100 (2019-12-06)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="busybox-httpd-ctrl"
4 VERSION="1.0"
5 CATEGORY="network"
6 SHORT_DESC="Add menu entry to control the Busybox Httpd Web Server"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://busybox.net/"
10 HOST_ARCH="any"
12 compile_rules() {
13 cp -a $stuff/usr $install
14 chown -R root:root $install
15 }
17 genpkg_rules() {
18 cp -a $install/* $fs/
19 DEPENDS="busybox"
20 TAGS="busybox control web server"
21 }