wok diff lxc-dev/receipt @ rev 21803

created recipe for nnn 2.6
author Hans-G?nter Theisgen
date Sat Aug 10 20:59:16 2019 +0100 (2019-08-10)
parents c44a7d2a11ed
children f4b38c321469
line diff
     1.1 --- a/lxc-dev/receipt	Fri Feb 21 20:49:34 2014 +0000
     1.2 +++ b/lxc-dev/receipt	Sat Aug 10 20:59:16 2019 +0100
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxc-dev"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="3.1.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Userspace control package for Linux Containers development files."
    1.11 +SHORT_DESC="Userspace control package for Linux Containers - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="http://lxc.sourceforge.net/"
    1.15 -WANTED="lxc"
    1.16 +WEB_SITE="https://linuxcontainers.org/lxc/"
    1.17  
    1.18  DEPENDS="lxc pkg-config"
    1.19 +WANTED="lxc"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.   
    1.22  genpkg_rules()                                      
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 +
    1.28 +	cp -a $install/usr/include		$fs/usr
    1.29 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.30  }