wok-next view lguest/receipt @ rev 14915
Up: firefox-langpack-en_GB (17.0.7esr)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Aug 06 01:15:31 2013 +0000 (2013-08-06) |
parents | 8e4477cd2684 |
children | 7896f0694ef6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lguest"
4 VERSION="3.2.40"
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 }