wok-next annotate busybox-httpd-ctrl/receipt @ rev 20765

Up cookutils (1066); add xmahjongg
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 00:54:44 2018 +0300 (2018-06-06)
parents f7c899b7a001
children d5aab818505e
rev   line source
hackdorte@19319 1 # SliTaz package receipt.
hackdorte@19319 2
hackdorte@19319 3 PACKAGE="busybox-httpd-ctrl"
pascal@19340 4 VERSION="1.0"
hackdorte@19319 5 CATEGORY="network"
hackdorte@19319 6 SHORT_DESC="Add menu entry to control the Busybox Httpd Web Server."
hackdorte@19319 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@19319 8 LICENSE="GPL2"
hackdorte@19319 9 WEB_SITE="http://www.busybox.net/"
hackdorte@19319 10 TAGS="busybox control web server"
hackdorte@19319 11
hackdorte@19319 12 DEPENDS="busybox"
hackdorte@19319 13
hackdorte@19319 14 # Rules to configure and make the package.
hackdorte@19319 15 compile_rules()
hackdorte@19319 16 {
al@19581 17 cp -a $stuff/usr $install
al@19581 18 chown -R root:root $install
hackdorte@19319 19 }
hackdorte@19319 20
hackdorte@19319 21 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@19319 22 genpkg_rules()
hackdorte@19319 23 {
hackdorte@19319 24 cp -a $install/* $fs/
hackdorte@19319 25 }