wok view lguest-libre/receipt @ rev 21816

proj-dev: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 19 10:53:21 2019 +0200 (2019-08-19)
parents 7896f0694ef6
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lguest-libre"
4 VERSION="3.18.129-gnu"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux Libre kernel paravirtualization tool."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 PROVIDE="lguest"
10 WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/"
11 WANTED="linux-libre"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/sbin
17 cp $src/tools/lguest/lguest $fs/usr/sbin
18 }