wok annotate cookutils-daemon/receipt @ rev 19717

mtpaint: add -lpng12
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 16 08:23:51 2017 +0100 (2017-02-16)
parents 899596e1e7f2
children dad26ab514ca
rev   line source
pankso@9826 1 # SliTaz package receipt.
pankso@9826 2
pankso@9826 3 PACKAGE="cookutils-daemon"
al@19715 4 VERSION="876"
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 }