summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/6tunnel/6tunnel-0.11_rc1.ebuild')
-rw-r--r--net-misc/6tunnel/6tunnel-0.11_rc1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/6tunnel/6tunnel-0.11_rc1.ebuild b/net-misc/6tunnel/6tunnel-0.11_rc1.ebuild
new file mode 100644
index 000000000000..adb3d3ea6760
--- /dev/null
+++ b/net-misc/6tunnel/6tunnel-0.11_rc1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="TCP proxy for applications that don't speak IPv6"
+HOMEPAGE="http://toxygen.net/6tunnel"
+SRC_URI="http://toxygen.net/6tunnel/${P/_/}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~s390"
+IUSE=""
+
+DEPEND=""
+
+S=${WORKDIR}/6tunnel-0.11
+
+src_install() {
+ dobin 6tunnel || die
+ doman 6tunnel.1
+}