wok-6.x rev 21716
updated proxychains-ng (4.8.1 -> 4.14)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 12 13:34:23 2019 +0100 (2019-06-12) |
parents | a7a6421d4dc4 |
children | 42feee1f9a23 |
files | proxychains-ng/receipt |
line diff
1.1 --- a/proxychains-ng/receipt Wed Jun 12 13:25:36 2019 +0100 1.2 +++ b/proxychains-ng/receipt Wed Jun 12 13:34:23 2019 +0100 1.3 @@ -1,23 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="proxychains-ng" 1.7 -VERSION="4.8.1" 1.8 +VERSION="4.14" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Forces any tcp connection made by a client to follow through proxy." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://github.com/rofl0r/proxychains-ng" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://github.com/rofl0r/proxychains-ng" 1.17 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.18 + 1.19 CONFIG_FILES="/etc/proxychains.conf" 1.20 1.21 -BUILD_DEPENDS="wget" 1.22 - 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - ./configure --prefix=/usr \ 1.27 - --sysconfdir=/etc \ 1.28 + ./configure \ 1.29 + --prefix=/usr \ 1.30 + --sysconfdir=/etc \ 1.31 $CONFIGURE_ARGS && 1.32 make && 1.33 make DESTDIR=$DESTDIR install && 1.34 @@ -29,4 +30,3 @@ 1.35 { 1.36 cp -a $install/usr $fs 1.37 } 1.38 -