wok view cookutils-daemon/receipt @ rev 12539

grapphviz: need pcre-dev bdep since pango/glib now use system pcre
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 26 02:32:10 2012 +0200 (2012-04-26)
parents b9509dda1f1b
children 5ff40667cd59
line source
1 # SliTaz package receipt.
3 PACKAGE="cookutils-daemon"
4 VERSION="1.8"
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 }