wok diff cookutils/receipt @ rev 10075

Up: parted to 2.4. Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 05:39:49 2011 +0000 (2011-05-20)
parents 7b765001f4ee
children 6cc1797db326
line diff
     1.1 --- a/cookutils/receipt	Sat May 14 23:52:26 2011 +0200
     1.2 +++ b/cookutils/receipt	Fri May 20 05:39:49 2011 +0000
     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  }