wok view cookutils-daemon/receipt @ rev 18521

Add wxWidgets28 for oldstable version of wxWidgets. Move old packages to use it.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 26 02:54:52 2015 +0200 (2015-10-26)
parents 44ea14f1635b
children 5e26ab6bd360
line source
1 # SliTaz package receipt.
3 PACKAGE="cookutils-daemon"
4 VERSION="766"
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 }