wok diff libnl-dev/receipt @ rev 22251

updated xorg-xcompmgr (1.1.6 -> 1.1.8)
author Hans-G?nter Theisgen
date Tue Nov 12 16:53:09 2019 +0100 (2019-11-12)
parents 8dd8bab3f0ca
children 98cf458f5c62
line diff
     1.1 --- a/libnl-dev/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/libnl-dev/receipt	Tue Nov 12 16:53:09 2019 +0100
     1.3 @@ -1,25 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libnl-dev"
     1.7 -VERSION="3.2.24"
     1.8 +VERSION="3.4.0"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="netlink library devel files."
    1.11 +SHORT_DESC="netlink library - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14  WEB_SITE="http://www.infradead.org/~tgr/libnl/"
    1.15 +
    1.16  WANTED="libnl"
    1.17 +DEPENDS="libnl pkg-config"
    1.18 +
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21 -DEPENDS="libnl pkg-config"
    1.22 -
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr/lib
    1.27 -	cp -a $install/usr/include $fs/usr
    1.28 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.29 -	cp -a $install/usr/lib/libnl $fs/usr/lib
    1.30 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.31 +
    1.32 +	cp -a $install/usr/include		$fs/usr
    1.33 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.34 +	cp -a $install/usr/lib/libnl		$fs/usr/lib
    1.35 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.36 +
    1.37  	find $fs/usr/lib -type f -name "*.so" -exec rm -f {} \;
    1.38  }
    1.39 -