diff options
author | Kurt Lieber <klieber@gentoo.org> | 2004-09-01 11:01:48 +0000 |
---|---|---|
committer | Kurt Lieber <klieber@gentoo.org> | 2004-09-01 11:01:48 +0000 |
commit | c33cf999a102d394b5c81489a12b3a2d9f5ba815 (patch) | |
tree | 32c9eace7a6187a6125aaa9661189dc0f97fdc86 /net-misc/corkscrew/corkscrew-2.0.ebuild | |
parent | Change the book installation location (Manifest recommit) (diff) | |
download | gentoo-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.ebuild | 21 |
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 +} |