wok diff libmnl-dev/receipt @ rev 21579

updated python-gevent (0.13.8 -> 1.4.0)
author Hans-G?nter Theisgen
date Sun May 19 16:11:22 2019 +0100 (2019-05-19)
parents 8ed62ecac0c7
children
line diff
     1.1 --- a/libmnl-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/libmnl-dev/receipt	Sun May 19 16:11:22 2019 +0100
     1.3 @@ -1,20 +1,22 @@
     1.4  # Slitaz package receipt.
     1.5  
     1.6  PACKAGE="libmnl-dev"
     1.7 -VERSION="1.0.3"
     1.8 +VERSION="1.0.4"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="A minimalistic user-space library oriented to Netlink developers."
    1.11 +SHORT_DESC="A minimalistic user-space library oriented to Netlink developers - development files."
    1.12  MAINTAINER="samuel_trassare@yahoo.com"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/index.html"
    1.15 +
    1.16 +WEB_SITE="https://www.netfilter.org/projects/libmnl/index.html"
    1.17 +
    1.18  WANTED="libmnl"
    1.19 -
    1.20  DEPENDS="libmnl pkg-config"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr/lib
    1.26 -	cp -ar $install/usr/include $fs/usr
    1.27 -	cp -ar $install/usr/lib/pkgconfig $fs/usr/lib/
    1.28 +
    1.29 +	cp -ar $install/usr/include		$fs/usr
    1.30 +	cp -ar $install/usr/lib/pkgconfig	$fs/usr/lib/
    1.31  }