wok view lguest/receipt @ rev 13462
Up: sudo (1.8.6p3)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Oct 08 00:14:17 2012 +0200 (2012-10-08) |
parents | 03d4663c81fa |
children | 416fab3c90c0 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lguest"
4 VERSION="3.2.14"
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/virtual/lguest/lguest $fs/usr/sbin
16 }