summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Lieber <klieber@gentoo.org>2004-09-01 11:01:48 +0000
committerKurt Lieber <klieber@gentoo.org>2004-09-01 11:01:48 +0000
commitc33cf999a102d394b5c81489a12b3a2d9f5ba815 (patch)
tree32c9eace7a6187a6125aaa9661189dc0f97fdc86 /net-misc/corkscrew/corkscrew-2.0.ebuild
parentChange the book installation location (Manifest recommit) (diff)
downloadgentoo-2-c33cf999a102d394b5c81489a12b3a2d9f5ba815.tar.gz
gentoo-2-c33cf999a102d394b5c81489a12b3a2d9f5ba815.tar.bz2
gentoo-2-c33cf999a102d394b5c81489a12b3a2d9f5ba815.zip
initial version of corkscrew
Diffstat (limited to 'net-misc/corkscrew/corkscrew-2.0.ebuild')
-rw-r--r--net-misc/corkscrew/corkscrew-2.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/corkscrew/corkscrew-2.0.ebuild b/net-misc/corkscrew/corkscrew-2.0.ebuild
new file mode 100644
index 000000000000..ffc7d73aec6f
--- /dev/null
+++ b/net-misc/corkscrew/corkscrew-2.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $
+
+DESCRIPTION="Corkscrew is a tool for tunneling SSH through HTTP proxies."
+HOMEPAGE="http://www.agroman.net/corkscrew/"
+LICENSE="GPL-2"
+DEPEND=""
+KEYWORDS="~x86"
+IUSE=""
+SLOT="0"
+SRC_URI="http://www.agroman.net/corkscrew/${P}.tar.gz"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+}