wok-next annotate proxychains-ng/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents 757d032c55c7
children
rev   line source
pascal@17394 1 # SliTaz package receipt.
pascal@17394 2
pascal@17394 3 PACKAGE="proxychains-ng"
pascal@17394 4 VERSION="4.8.1"
pascal@17394 5 CATEGORY="network"
al@20534 6 SHORT_DESC="Forces any tcp connection made by a client to follow through proxy"
pascal@17394 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17394 8 LICENSE="GPL2"
al@20534 9 WEB_SITE="https://github.com/rofl0r/proxychains-ng"
al@20534 10
pascal@17394 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17394 12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
pascal@17394 13
al@20534 14 compile_rules() {
al@20534 15 # site script isn't used
al@20534 16 ./configure \
al@20534 17 --prefix=/usr \
pascal@17394 18 --sysconfdir=/etc \
pascal@17394 19 $CONFIGURE_ARGS &&
pascal@17394 20 make &&
al@21020 21 make DESTDIR=$install install &&
al@21020 22 make DESTDIR=$install install-config
pascal@17394 23 }
pascal@17394 24
al@20534 25 genpkg_rules() {
al@20534 26 copy @std
al@20534 27 CONFIG_FILES="/etc/proxychains.conf"
pascal@17394 28 }