diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-11-21 21:04:03 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-11-21 21:04:03 +0000 |
commit | 0d6ea04a81f449d4739a543acfdbc2a265e9aaba (patch) | |
tree | 2925f498649aa9434a0e4a9b883607b8b9ef3fc8 /net-misc/6tunnel/6tunnel-0.10.ebuild | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-0d6ea04a81f449d4739a543acfdbc2a265e9aaba.tar.gz gentoo-2-0d6ea04a81f449d4739a543acfdbc2a265e9aaba.tar.bz2 gentoo-2-0d6ea04a81f449d4739a543acfdbc2a265e9aaba.zip |
version bump with lots of fixes. Removed old version cause it is so broken. Bug #71951 refers
Diffstat (limited to 'net-misc/6tunnel/6tunnel-0.10.ebuild')
-rw-r--r-- | net-misc/6tunnel/6tunnel-0.10.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-misc/6tunnel/6tunnel-0.10.ebuild b/net-misc/6tunnel/6tunnel-0.10.ebuild new file mode 100644 index 000000000000..a1bf9ff5443a --- /dev/null +++ b/net-misc/6tunnel/6tunnel-0.10.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/6tunnel/6tunnel-0.10.ebuild,v 1.1 2004/11/21 21:04:03 dragonheart 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" + + +src_compile() { + econf || die + emake || die +} + +src_install() { + dobin 6tunnel + doman 6tunnel.1 + dodoc README CHANGELOG +} + + + |