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

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
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 }