wok-next view proxychains-ng/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents
children 757d032c55c7
line source
1 # SliTaz package receipt.
3 PACKAGE="proxychains-ng"
4 VERSION="4.8.1"
5 CATEGORY="network"
6 SHORT_DESC="Forces any tcp connection made by a client to follow through proxy."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/rofl0r/proxychains-ng"
11 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
12 CONFIG_FILES="/etc/proxychains.conf"
14 BUILD_DEPENDS="wget"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr \
20 --sysconfdir=/etc \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install &&
24 make DESTDIR=$DESTDIR install-config
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/usr $fs
31 }