commit: d772f5181761c820e003a9cd62d9dbecee474520 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org> AuthorDate: Tue Mar 25 22:10:22 2014 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Tue Mar 25 22:10:22 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=d772f518
net-misc/tcptunnel: 0.8 --- net-misc/tcptunnel/tcptunnel-0.8.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/net-misc/tcptunnel/tcptunnel-0.8.ebuild b/net-misc/tcptunnel/tcptunnel-0.8.ebuild new file mode 100644 index 0000000..9292472 --- /dev/null +++ b/net-misc/tcptunnel/tcptunnel-0.8.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +inherit eutils + +DESCRIPTION="TCP port forwarder (and traffic spy)" +HOMEPAGE="http://www.vakuumverpackt.de/tcptunnel/" +SRC_URI="http://www.vakuumverpackt.de/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +#DEPEND +#RDEPEND + +src_install() { + emake BINDIR="${D}"/usr/bin STRIP=/bin/true install || die + dodoc ChangeLog README.md || die +}
