wok-current diff cookutils-daemon/receipt @ rev 10272
WARNING: revert libcap update 2.21 dont build and it a bas package (STOP UPDATE just FIXES)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 21 18:13:30 2011 +0200 (2011-05-21) |
parents | |
children | 6cc1797db326 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cookutils-daemon/receipt Sat May 21 18:13:30 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 +}