wok diff libnfnetlink/receipt @ rev 21999

updated sysstat (12.1.1 -> 12.1.7)
author Hans-G?nter Theisgen
date Fri Oct 18 15:25:38 2019 +0100 (2019-10-18)
parents 8d6f480bf664
children 83b97236db32
line diff
     1.1 --- a/libnfnetlink/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/libnfnetlink/receipt	Fri Oct 18 15:25:38 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libnfnetlink"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="1.0.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Low-level library for netfilter related kernel/userspace communication."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -13,7 +13,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.18  	make &&
    1.19  	make DESTDIR=$DESTDIR install