wok-stable diff lguest-libre/receipt @ rev 11390
Update BUILD_DEPENDS of slitaz-18n according co CORE_PKGS; ensure thoses are cooked before slitaz-18n
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 05:08:01 2011 +0100 (2011-12-10) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lguest-libre/receipt Sat Dec 10 05:08:01 2011 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lguest-libre" 1.7 +VERSION="2.6.37-libre" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="The Linux Libre kernel paravirtualization tool." 1.10 +MAINTAINER="gokhlayeh@slitaz.org" 1.11 +PROVIDE="lguest" 1.12 +WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/" 1.13 +WANTED="linux-libre" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/sbin 1.19 + cp $src/Documentation/lguest/lguest $fs/usr/sbin 1.20 +}