wok-next view proxytunnel/receipt @ rev 21415

updated proxytunnel (1.9.0 -> 1.9.1)
author Hans-G?nter Theisgen
date Mon Apr 27 16:48:39 2020 +0100 (2020-04-27)
parents d5aab818505e
children 92593f1b2e4e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="proxytunnel"
4 VERSION="1.9.1"
5 CATEGORY="network"
6 SHORT_DESC="Connecting outside through HTTP(S) proxies"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://proxytunnel.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="openssl-dev"
16 compile_rules()
17 {
18 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
19 sed -i 's|/local||' Makefile
21 make &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules()
26 {
27 copy @std
28 DEPENDS="gzip openssl"
29 }