wok-current diff libnetfilter_queue/receipt @ rev 22911
filezilla: added build dependency libunistring-dev
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 24 09:59:25 2020 +0100 (2020-02-24) |
parents | 4904e3d374a9 |
children | 83b97236db32 |
line diff
1.1 --- a/libnetfilter_queue/receipt Tue Jun 11 10:41:23 2013 +0200 1.2 +++ b/libnetfilter_queue/receipt Mon Feb 24 09:59:25 2020 +0100 1.3 @@ -1,25 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libnetfilter_queue" 1.7 -VERSION="1.0.2" 1.8 +VERSION="1.0.3" 1.9 CATEGORY="network" 1.10 SHORT_DESC="API to packets that have been queued by the kernel packet filter." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://www.netfilter.org/projects/$PACKAGE/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" 1.17 WGET_URL="${WEB_SITE}files/$TARBALL" 1.18 1.19 DEPENDS="libnfnetlink" 1.20 -BUILD_DEPENDS="libnfnetlink-dev libmnl-dev" 1.21 +BUILD_DEPENDS="libmnl-dev libnfnetlink-dev" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - ./configure \ 1.27 - --prefix=/usr \ 1.28 + ./configure \ 1.29 + --prefix=/usr \ 1.30 $CONFIGURE_ARGS && 1.31 - make && 1.32 + make -j 1 && 1.33 make DESTDIR=$DESTDIR install 1.34 } 1.35