wok-6.x annotate proxytunnel/receipt @ rev 17680
Rollback socat
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Feb 19 12:49:41 2015 -0200 (2015-02-19) |
parents | 7d6eb2dc1314 |
children | 775714eeb4c8 |
rev | line source |
---|---|
pascal@17151 | 1 # SliTaz package receipt. |
pascal@17151 | 2 |
pascal@17151 | 3 PACKAGE="proxytunnel" |
pascal@17151 | 4 VERSION="1.9.0" |
pascal@17151 | 5 CATEGORY="network" |
pascal@17151 | 6 SHORT_DESC="Connecting outside through HTTP(S) proxies." |
pascal@17151 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17151 | 8 LICENSE="GPL2" |
pascal@17151 | 9 TARBALL="$PACKAGE-$VERSION.tgz" |
pascal@17151 | 10 WEB_SITE="http://proxytunnel.sourceforge.net/" |
pascal@17151 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@17151 | 12 |
pascal@17482 | 13 DEPENDS="libcrypto libssl gzip" |
pascal@17151 | 14 BUILD_DEPENDS="openssl-dev" |
pascal@17151 | 15 |
pascal@17151 | 16 # Rules to configure and make the package. |
pascal@17151 | 17 compile_rules() |
pascal@17151 | 18 { |
pascal@17151 | 19 sed -i 's|/local||' Makefile |
pascal@17151 | 20 make && |
pascal@17151 | 21 make DESTDIR=$DESTDIR install |
pascal@17151 | 22 } |
pascal@17151 | 23 |
pascal@17151 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17151 | 25 genpkg_rules() |
pascal@17151 | 26 { |
pascal@17151 | 27 mkdir -p $fs/usr |
pascal@17151 | 28 cp -a $install/usr/bin $fs/usr |
pascal@17151 | 29 } |