wok diff cookutils/receipt @ rev 9826

Up cookutils (1.1) and add cookutils-daemon for build host (stand alone)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 15 16:15:09 2011 +0200 (2011-05-15)
parents 7b765001f4ee
children 6cc1797db326
line diff
     1.1 --- a/cookutils/receipt	Sat May 14 23:52:26 2011 +0200
     1.2 +++ b/cookutils/receipt	Sun May 15 16:15:09 2011 +0200
     1.3 @@ -1,11 +1,10 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cookutils"
     1.7 -VERSION="1.0"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz packages builder new generation."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS=""
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.slitaz.org/"
    1.15  WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
    1.16 @@ -24,4 +23,6 @@
    1.17  {
    1.18  	mkdir -p $fs
    1.19  	cp -a $install/* $fs
    1.20 +	# Daemon goes in cookutils-deamon
    1.21 +	rm -rf $fs/etc/init.d
    1.22  }