wok-next view proxytunnel/receipt @ rev 21150

All the sorts of Lua 5
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 30 23:34:32 2019 +0200 (2019-01-30)
parents e6615350078d
children 3ee142cdcf1e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="proxytunnel"
4 VERSION="1.9.0"
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 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
18 sed -i 's|/local||' Makefile
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="openssl gzip"
27 }