wok annotate cookutils-daemon/receipt @ rev 20164

Up firefox-official (57.0.4), with Meltdown & Spectre fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 05 13:33:08 2018 +0100 (2018-01-05)
parents 4a9972597002
children
rev   line source
pankso@9826 1 # SliTaz package receipt.
pankso@9826 2
pankso@9826 3 PACKAGE="cookutils-daemon"
al@19823 4 VERSION="887"
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 }