wok-next diff lguest/receipt @ rev 19583

Up: cookutils, tazpkg, aufs, kmod, lguest, linux, linux64.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 02 07:42:47 2017 +0200 (2017-01-02)
parents 08cf996a2307
children 960a052d15d3
line diff
     1.1 --- a/lguest/receipt	Mon Aug 17 11:03:13 2015 +0200
     1.2 +++ b/lguest/receipt	Mon Jan 02 07:42:47 2017 +0200
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lguest"
     1.7 -VERSION="3.2.71"
     1.8 +VERSION="4.9.0"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="The Linux kernel paravirtualization tool."
    1.11 +SHORT_DESC="The Linux Kernel paravirtualization tool"
    1.12  MAINTAINER="devel@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://www.kernel.org/"
    1.15 +WEB_SITE="https://www.kernel.org/"
    1.16 +
    1.17  WANTED="linux"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/sbin
    1.23 -	cp $src/Documentation/virtual/lguest/lguest $fs/usr/sbin
    1.24 +	cp -a $src/tools/lguest/lguest $fs/usr/sbin
    1.25  }