wok annotate lguest/receipt @ rev 18124

Add xorg-presentproto
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 11 12:34:25 2015 +0200 (2015-06-11)
parents 7896f0694ef6
children 08cf996a2307
rev   line source
pascal@4507 1 # SliTaz package receipt.
pascal@4507 2
pascal@4507 3 PACKAGE="lguest"
pascal@15670 4 VERSION="3.2.53"
pascal@4507 5 CATEGORY="base-system"
pascal@4507 6 SHORT_DESC="The Linux kernel paravirtualization tool."
pascal@4507 7 MAINTAINER="devel@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@4507 9 WEB_SITE="http://www.kernel.org/"
pascal@4507 10 WANTED="linux"
pascal@4507 11
pascal@4507 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4507 13 genpkg_rules()
pascal@4507 14 {
pascal@4507 15 mkdir -p $fs/usr/sbin
pascal@12637 16 cp $src/Documentation/virtual/lguest/lguest $fs/usr/sbin
pascal@4507 17 }