# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/6tunnel/6tunnel-0.11_rc1.ebuild,v 1.2 2005/07/30 17:47:18 swegener Exp $ IUSE="" DESCRIPTION="TCP proxy for applications that don't speak IPv6" HOMEPAGE="http://toxygen.net/6tunnel" SRC_URI="http://toxygen.net/6tunnel/${P/_/}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~s390" DEPEND="virtual/libc" S=${WORKDIR}/6tunnel-0.11 src_install() { dobin 6tunnel doman 6tunnel.1 }