wok-next annotate cookutils-daemon/receipt @ rev 19342

Up busybox (1.25.0), again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 20 09:51:19 2016 +0200 (2016-07-20)
parents 71a4fbe8c666
children 81903aa7cbf4
rev   line source
pankso@9826 1 # SliTaz package receipt.
pankso@9826 2
pankso@9826 3 PACKAGE="cookutils-daemon"
al@19315 4 VERSION="818"
pankso@9826 5 CATEGORY="system-tools"
pankso@9826 6 SHORT_DESC="SliTaz Cooker daemon script for build host."
pankso@9826 7 MAINTAINER="pankso@slitaz.org"
pascal@15022 8 LICENSE="GPL3"
pankso@9826 9 WEB_SITE="http://www.slitaz.org/"
pankso@9826 10 TAGS="slitaz"
pankso@9826 11
al@19252 12 WANTED="cookutils"
al@19252 13
pankso@9826 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@9826 15 genpkg_rules()
pankso@9826 16 {
pankso@9826 17 mkdir -p $fs/etc
pankso@9826 18 cp -a $install/etc/init.d $fs/etc
pankso@9826 19 }