wok view lguest/receipt @ rev 15044

Qt4-qca-ossl: no libqca-ossl.so.debug
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 16:28:51 2013 +0000 (2013-08-12)
parents 416fab3c90c0
children eb689de65d7e
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 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 }