wok view cookutils-daemon/receipt @ rev 19295

barcode, xdotool, xmgrace, zfs-fuse, zsnes: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 17:14:38 2016 +0200 (2016-07-06)
parents 9e22f94d49de
children 71a4fbe8c666
line source
1 # SliTaz package receipt.
3 PACKAGE="cookutils-daemon"
4 VERSION="809"
5 CATEGORY="system-tools"
6 SHORT_DESC="SliTaz Cooker daemon script for build host."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 TAGS="slitaz"
12 WANTED="cookutils"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/etc
18 cp -a $install/etc/init.d $fs/etc
19 }