diff options
Diffstat (limited to 'net-vpn/6tunnel/6tunnel-0.10.ebuild')
-rw-r--r-- | net-vpn/6tunnel/6tunnel-0.10.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-vpn/6tunnel/6tunnel-0.10.ebuild b/net-vpn/6tunnel/6tunnel-0.10.ebuild new file mode 100644 index 000000000000..0b4cadb97a0e --- /dev/null +++ b/net-vpn/6tunnel/6tunnel-0.10.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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="s390 x86" +IUSE="" + +DEPEND="" + +src_install() { + dobin 6tunnel || die + doman 6tunnel.1 +} |