wok diff cookutils/receipt @ rev 9941
gnupg: Change deps. We just need libssl
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 18 12:03:30 2011 +0200 (2011-05-18) |
parents | 7b765001f4ee |
children | 6cc1797db326 |
line diff
1.1 --- a/cookutils/receipt Sat May 14 23:52:26 2011 +0200 1.2 +++ b/cookutils/receipt Wed May 18 12:03:30 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 }