wok rev 21257

updated libmnl and libmnl-dev (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Fri Apr 12 11:04:34 2019 +0100 (2019-04-12)
parents 4054526ad238
children 2aa4897bdebc
files libmnl-dev/receipt libmnl/receipt
line diff
     1.1 --- a/libmnl-dev/receipt	Fri Apr 12 10:48:46 2019 +0100
     1.2 +++ b/libmnl-dev/receipt	Fri Apr 12 11:04:34 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  }
     2.1 --- a/libmnl/receipt	Fri Apr 12 10:48:46 2019 +0100
     2.2 +++ b/libmnl/receipt	Fri Apr 12 11:04:34 2019 +0100
     2.3 @@ -1,19 +1,22 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libmnl"
     2.7 -VERSION="1.0.3"
     2.8 +VERSION="1.0.4"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="A minimalistic user-space library oriented to Netlink developers."
    2.11  MAINTAINER="samuel_trassare@yahoo.com"
    2.12  LICENSE="LGPL2.1"
    2.13 -WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/index.html"
    2.14 +WEB_SITE="https://www.netfilter.org/projects/$PACKAGE/index.html"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.17 -WGET_URL="http://www.netfilter.org/projects/$PACKAGE/files/$TARBALL"
    2.18 +WGET_URL="https://www.netfilter.org/projects/$PACKAGE/files/$TARBALL"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23 -	./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
    2.24 +	./configure $CONFIGURE_ARGS &&
    2.25 +	make -j 1 &&
    2.26 +	make DESTDIR=$DESTDIR install
    2.27  }
    2.28  
    2.29  # Rules to gen a SliTaz package suitable for Tazpkg.