wok view lguest/receipt @ rev 16701

Up: tazpkg (5.3.1): fix bug with installing coreutils-directory package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 26 16:17:01 2014 +0300 (2014-05-26)
parents 7896f0694ef6
children 08cf996a2307
line source
1 # SliTaz package receipt.
3 PACKAGE="lguest"
4 VERSION="3.2.53"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel paravirtualization tool."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.kernel.org/"
10 WANTED="linux"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/sbin
16 cp $src/Documentation/virtual/lguest/lguest $fs/usr/sbin
17 }