You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
528 B
22 lines
528 B
# Copyright 1999-2006 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.3 2006/11/27 00:07:29 vapier Exp $
|
|
|
|
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
|
|
}
|