wok diff libmnl/receipt @ rev 22072
updated ufw (0.34 -> 0.36)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 25 16:22:34 2019 +0100 (2019-10-25) |
parents | 4904e3d374a9 |
children | ede1d184d5c5 |
line diff
1.1 --- a/libmnl/receipt Tue Jun 11 10:41:23 2013 +0200 1.2 +++ b/libmnl/receipt Fri Oct 25 16:22:34 2019 +0100 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.