wok-next annotate 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 |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
pascal@17151 | 2 |
pascal@17151 | 3 PACKAGE="proxytunnel" |
Hans-G?nter@21415 | 4 VERSION="1.9.1" |
pascal@17151 | 5 CATEGORY="network" |
al@21020 | 6 SHORT_DESC="Connecting outside through HTTP(S) proxies" |
pascal@17151 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17151 | 8 LICENSE="GPL2" |
al@21020 | 9 WEB_SITE="http://proxytunnel.sourceforge.net/" |
al@21020 | 10 |
pascal@17151 | 11 TARBALL="$PACKAGE-$VERSION.tgz" |
pascal@17151 | 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@17151 | 13 |
pascal@17151 | 14 BUILD_DEPENDS="openssl-dev" |
pascal@17151 | 15 |
Hans-G?nter@21415 | 16 compile_rules() |
Hans-G?nter@21415 | 17 { |
pascal@20062 | 18 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" |
pascal@17151 | 19 sed -i 's|/local||' Makefile |
al@21020 | 20 |
pascal@17151 | 21 make && |
al@21020 | 22 make DESTDIR=$install install |
pascal@17151 | 23 } |
pascal@17151 | 24 |
Hans-G?nter@21415 | 25 genpkg_rules() |
Hans-G?nter@21415 | 26 { |
al@21020 | 27 copy @std |
Hans-G?nter@21415 | 28 DEPENDS="gzip openssl" |
pascal@17151 | 29 } |