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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }