wok 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 | 9fa27dfc48ee |
children | 89d2e45be6c5 |
files | cookutils-daemon/receipt cookutils/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cookutils-daemon/receipt Sun May 15 16:15:09 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 +}
2.1 --- a/cookutils/receipt Sun May 15 15:38:32 2011 +0200 2.2 +++ b/cookutils/receipt Sun May 15 16:15:09 2011 +0200 2.3 @@ -1,11 +1,10 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="cookutils" 2.7 -VERSION="1.0" 2.8 +VERSION="1.1" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="SliTaz packages builder new generation." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 -DEPENDS="" 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WEB_SITE="http://www.slitaz.org/" 2.15 WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL" 2.16 @@ -24,4 +23,6 @@ 2.17 { 2.18 mkdir -p $fs 2.19 cp -a $install/* $fs 2.20 + # Daemon goes in cookutils-deamon 2.21 + rm -rf $fs/etc/init.d 2.22 }