wok view lguest/receipt @ rev 10597

lirc: fix bdeps and kernel ERROR message
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 26 14:55:42 2011 +0200 (2011-05-26)
parents 5355ffc461cf
children 8e4477cd2684
line source
1 # SliTaz package receipt.
3 PACKAGE="lguest"
4 VERSION="2.6.37"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel paravirtualization tool."
7 MAINTAINER="devel@slitaz.org"
8 WEB_SITE="http://www.kernel.org/"
9 WANTED="linux"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/sbin
15 cp $src/Documentation/lguest/lguest $fs/usr/sbin
16 }