wok-6.x view lguest/receipt @ rev 23850

fontconfig-dev: fix bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 15 10:00:28 2020 +0000 (2020-06-15)
parents d010061fa2dc
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lguest"
4 VERSION="3.16.55"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel paravirtualization tool."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://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/tools/lguest/lguest $fs/usr/sbin
17 }