wok-next rev 17284

Up libnfnetlink (1.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 27 12:04:27 2014 +0100 (2014-10-27)
parents 04fd2696b43a
children 8ceab72d5816
files libnfnetlink-dev/receipt libnfnetlink/receipt
line diff
     1.1 --- a/libnfnetlink-dev/receipt	Mon Oct 27 10:48:12 2014 +0100
     1.2 +++ b/libnfnetlink-dev/receipt	Mon Oct 27 12:04:27 2014 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libnfnetlink-dev"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="1.0.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="devl files for libnfnetlink"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/libnfnetlink/receipt	Mon Oct 27 10:48:12 2014 +0100
     2.2 +++ b/libnfnetlink/receipt	Mon Oct 27 12:04:27 2014 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libnfnetlink"
     2.7 -VERSION="1.0.0"
     2.8 +VERSION="1.0.1"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Low-level library for netfilter related kernel/userspace communication."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -13,7 +13,6 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	cd $src
    2.17  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    2.18  	make &&
    2.19  	make DESTDIR=$DESTDIR install