wok view cookutils-daemon/receipt @ rev 18172

Up: cookutils(746): cook pkgdb: make sure to get "mirrors" and "extra.list"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 30 14:28:19 2015 +0300 (2015-06-30)
parents d0d24fc478cf
children e12b8d32e95b
line source
1 # SliTaz package receipt.
3 PACKAGE="cookutils-daemon"
4 VERSION="746"
5 CATEGORY="system-tools"
6 SHORT_DESC="SliTaz Cooker daemon script for build host."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="cookutils"
10 WEB_SITE="http://www.slitaz.org/"
11 TAGS="slitaz"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/etc
17 cp -a $install/etc/init.d $fs/etc
18 }