wok annotate cookutils-daemon/receipt @ rev 19695

fontconfig, gutenprint: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 13 21:53:40 2017 +0100 (2017-02-13)
parents 2b0cea8cd48d
children 02aaddf86888
rev   line source
pankso@9826 1 # SliTaz package receipt.
pankso@9826 2
pankso@9826 3 PACKAGE="cookutils-daemon"
al@19660 4 VERSION="874"
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 WEB_SITE="http://www.slitaz.org/"
pankso@9826 10 TAGS="slitaz"
pankso@9826 11
al@19252 12 WANTED="cookutils"
al@19252 13
pankso@9826 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@9826 15 genpkg_rules()
pankso@9826 16 {
pankso@9826 17 mkdir -p $fs/etc
pankso@9826 18 cp -a $install/etc/init.d $fs/etc
pankso@9826 19 }