# HG changeset patch # User Christophe Lincoln # Date 1305468909 -7200 # Node ID 6482c07e05010c99ba17a24c533e9691e905279f # Parent 9fa27dfc48ee4f4959c1aece6ccb85d4ca29b695 Up cookutils (1.1) and add cookutils-daemon for build host (stand alone) diff -r 9fa27dfc48ee -r 6482c07e0501 cookutils-daemon/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cookutils-daemon/receipt Sun May 15 16:15:09 2011 +0200 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="cookutils-daemon" +VERSION="1.1" +CATEGORY="system-tools" +SHORT_DESC="SliTaz Cooker daemon script for build host." +MAINTAINER="pankso@slitaz.org" +WANTED="cookutils" +WEB_SITE="http://www.slitaz.org/" +TAGS="slitaz" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/etc + cp -a $install/etc/init.d $fs/etc +} diff -r 9fa27dfc48ee -r 6482c07e0501 cookutils/receipt --- a/cookutils/receipt Sun May 15 15:38:32 2011 +0200 +++ b/cookutils/receipt Sun May 15 16:15:09 2011 +0200 @@ -1,11 +1,10 @@ # SliTaz package receipt. PACKAGE="cookutils" -VERSION="1.0" +VERSION="1.1" CATEGORY="base-system" SHORT_DESC="SliTaz packages builder new generation." MAINTAINER="pankso@slitaz.org" -DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL" @@ -24,4 +23,6 @@ { mkdir -p $fs cp -a $install/* $fs + # Daemon goes in cookutils-deamon + rm -rf $fs/etc/init.d }