wok diff libnfnetlink/receipt @ rev 19145

mpv: add EXTRA_SOURCE_FILES
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 19 16:16:54 2016 +0200 (2016-05-19)
parents 8d6f480bf664
children 83b97236db32
line diff
     1.1 --- a/libnfnetlink/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/libnfnetlink/receipt	Thu May 19 16:16:54 2016 +0200
     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