wok-next annotate corkscrew/receipt @ rev 21701

updated gpodder (3.5.2 -> 3.10.16)
author Hans-G?nter Theisgen
date Wed Jul 01 14:05:54 2020 +0100 (2020-07-01)
parents f44ef80ff9e2
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
allan316@3238 2
allan316@3238 3 PACKAGE="corkscrew"
allan316@3238 4 VERSION="2.0"
allan316@3238 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Tool for tunneling SSH through proxies"
allan316@3238 7 MAINTAINER="allan316@gmail.com"
pascal@15198 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://www.agroman.net/corkscrew"
al@21020 10
allan316@3238 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
allan316@3238 12 WGET_URL="$WEB_SITE/$TARBALL"
allan316@3238 13
al@21020 14 compile_rules() {
al@21020 15 ./configure $CONFIGURE_ARGS &&
al@21020 16 make &&
al@21020 17 make DESTDIR=$install install
allan316@3238 18 }
allan316@3238 19
al@21020 20 genpkg_rules() {
al@21020 21 copy @std
al@21020 22 DEPENDS="openssh"
al@21020 23 TAGS="ssh"
allan316@3238 24 }