wok view lguest-libre/receipt @ rev 20317

the current version (4.4) of the banking app is 7 years old :-( new version: 5.1.8
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:05:25 2018 +0000 (2018-05-20)
parents 03a6791abff6
children 9e8d7fd12ee2
line source
1 # SliTaz package receipt.
3 PACKAGE="lguest-libre"
4 VERSION="2.6.37-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/Documentation/lguest/lguest $fs/usr/sbin
18 }