wok-6.x view cookutils-daemon/receipt @ rev 16054
ARM downgrade wpa_supplicant to 0.7.3 to make it compile (we realy need it)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 10 18:05:36 2014 +0100 (2014-03-10) |
parents | 45ece8da80d4 |
children | 4ec2a34f7527 |
line source
1 # SliTaz package receipt.
3 PACKAGE="cookutils-daemon"
4 VERSION="3.3"
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 }