wok diff libmnl/receipt @ rev 23909

Up tazinst (1021)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 08 17:52:43 2020 +0000 (2020-08-08)
parents 4904e3d374a9
children ede1d184d5c5
line diff
     1.1 --- a/libmnl/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.2 +++ b/libmnl/receipt	Sat Aug 08 17:52:43 2020 +0000
     1.3 @@ -1,19 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmnl"
     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  MAINTAINER="samuel_trassare@yahoo.com"
    1.12  LICENSE="LGPL2.1"
    1.13 -WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/index.html"
    1.14 +WEB_SITE="https://www.netfilter.org/projects/$PACKAGE/index.html"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WGET_URL="http://www.netfilter.org/projects/$PACKAGE/files/$TARBALL"
    1.18 +WGET_URL="https://www.netfilter.org/projects/$PACKAGE/files/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
    1.24 +	./configure $CONFIGURE_ARGS &&
    1.25 +	make -j 1 &&
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.