wok-next diff proxychains-ng/receipt @ rev 20647

Up raptor (2.0.15), ruby (2.5.0), scons(3.0.0), screen (4.6.2), sharutils (4.15.2), slang (2.3.1), swig (3.0.12), sysstat (11.6.2), talloc (2.1.11), tcl (8.6.8), tidy-html5 (5.4.0), tk (8.6.8), udisks (1.0.5), unixODBC (2.3.5), unrar (5.5.8), upower (0.99.7), usbids (20180414), usbutils (009), vala (0.38.8), valgrind (3.13.0), wayland-protocols (1.13), yajl (2.1.0); add librep, rasqal, redland, rep-gtk.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 03 16:25:23 2018 +0300 (2018-05-03)
parents 2d884172b8bf
children d5aab818505e
line diff
     1.1 --- a/proxychains-ng/receipt	Thu Nov 27 16:42:37 2014 +0100
     1.2 +++ b/proxychains-ng/receipt	Thu May 03 16:25:23 2018 +0300
     1.3 @@ -3,20 +3,18 @@
     1.4  PACKAGE="proxychains-ng"
     1.5  VERSION="4.8.1"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="Forces any tcp connection made by a client to follow through proxy."
     1.8 +SHORT_DESC="Forces any tcp connection made by a client to follow through proxy"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11 +WEB_SITE="https://github.com/rofl0r/proxychains-ng"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="https://github.com/rofl0r/proxychains-ng"
    1.15  WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    1.16 -CONFIG_FILES="/etc/proxychains.conf"
    1.17  
    1.18 -BUILD_DEPENDS="wget"
    1.19 -
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	./configure --prefix=/usr \
    1.24 +compile_rules() {
    1.25 +	# site script isn't used
    1.26 +	./configure \
    1.27 +		--prefix=/usr \
    1.28  		--sysconfdir=/etc \
    1.29  		$CONFIGURE_ARGS &&
    1.30  	make &&
    1.31 @@ -24,9 +22,7 @@
    1.32  	make DESTDIR=$DESTDIR install-config
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 -	cp -a $install/usr $fs
    1.39 +genpkg_rules() {
    1.40 +	copy @std
    1.41 +	CONFIG_FILES="/etc/proxychains.conf"
    1.42  }
    1.43 -