wok diff cookutils-daemon/receipt @ rev 10412

zlib: Tazwok must work differentyl all pkgs dep on glibc!
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 24 13:08:16 2011 +0200 (2011-05-24)
parents
children 6cc1797db326
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cookutils-daemon/receipt	Tue May 24 13:08:16 2011 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="cookutils-daemon"
     1.7 +VERSION="1.1"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="SliTaz Cooker daemon script for build host."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="cookutils"
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +TAGS="slitaz"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/etc
    1.19 +	cp -a $install/etc/init.d $fs/etc
    1.20 +}