wok annotate cookutils-daemon/receipt @ rev 19563

linld: fix previous commit
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 17 19:13:29 2016 +0100 (2016-12-17)
parents 54759b13f3b3
children d5add2d69322
rev   line source
pankso@9826 1 # SliTaz package receipt.
pankso@9826 2
pankso@9826 3 PACKAGE="cookutils-daemon"
al@19556 4 VERSION="847"
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 }