wok-undigest annotate cookutils-daemon/receipt @ rev 1150

Up: slitaz-base-files, cookutils, tazpkg (synchronize with cooking wok).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 23 11:44:57 2015 +0300 (2015-06-23)
parents 1e811222d0b2
children
rev   line source
al@1148 1 # SliTaz package receipt.
al@1148 2
al@1148 3 PACKAGE="cookutils-daemon"
al@1150 4 VERSION="745"
al@1148 5 CATEGORY="system-tools"
al@1148 6 SHORT_DESC="SliTaz Cooker daemon script for build host."
al@1148 7 MAINTAINER="pankso@slitaz.org"
al@1148 8 LICENSE="GPL3"
al@1148 9 WANTED="cookutils"
al@1148 10 WEB_SITE="http://www.slitaz.org/"
al@1148 11 TAGS="slitaz"
al@1148 12
al@1148 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@1148 14 genpkg_rules()
al@1148 15 {
al@1148 16 mkdir -p $fs/etc
al@1148 17 cp -a $install/etc/init.d $fs/etc
al@1148 18 }