wok-next view cookutils-daemon/receipt @ rev 19708

Up cookutils(899); other useless (now) perl-related changes.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 11 00:50:35 2017 +0300 (2017-05-11)
parents 27e7c76d2c94
children 102de32490ac
line source
1 # SliTaz package receipt.
3 PACKAGE="cookutils-daemon"
4 VERSION="899"
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 }