wok-next view busybox-httpd-ctrl/receipt @ rev 21724
busybox: update configs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 11:04:25 2020 +0000 (2020-09-01) |
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 }