wok-next view cookutils-daemon/receipt @ rev 11768
nvdia-173xx: moved from undigest
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Feb 22 23:24:06 2012 +0000 (2012-02-22) |
parents | 2a223581b80f |
children | 2477eb254318 |
line source
1 # SliTaz package receipt.
3 PACKAGE="cookutils-daemon"
4 VERSION="1.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="SliTaz Cooker daemon script for build host."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="cookutils"
9 WEB_SITE="http://www.slitaz.org/"
10 TAGS="slitaz"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/etc
16 cp -a $install/etc/init.d $fs/etc
17 }