wok annotate cookutils-daemon/receipt @ rev 16266

Up: tazweb (1.8) With full bookmarks support and easy access
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 18:57:30 2014 +0200 (2014-04-05)
parents 45ece8da80d4
children 4ec2a34f7527
rev   line source
pankso@9826 1 # SliTaz package receipt.
pankso@9826 2
pankso@9826 3 PACKAGE="cookutils-daemon"
pankso@16019 4 VERSION="3.3"
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 WANTED="cookutils"
pankso@9826 10 WEB_SITE="http://www.slitaz.org/"
pankso@9826 11 TAGS="slitaz"
pankso@9826 12
pankso@9826 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@9826 14 genpkg_rules()
pankso@9826 15 {
pankso@9826 16 mkdir -p $fs/etc
pankso@9826 17 cp -a $install/etc/init.d $fs/etc
pankso@9826 18 }