wok-next view corkscrew/receipt @ rev 21075
xorg-cf-files: typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 21 01:46:05 2018 +0200 (2018-12-21) |
parents | f44ef80ff9e2 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="corkscrew"
4 VERSION="2.0"
5 CATEGORY="network"
6 SHORT_DESC="Tool for tunneling SSH through proxies"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.agroman.net/corkscrew"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 make &&
17 make DESTDIR=$install install
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="openssh"
23 TAGS="ssh"
24 }