# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit toolchain-funcs DESCRIPTION="TCP port forwarding, load balancing and rate control tools" HOMEPAGE="http://zakalwe.virtuaalipalvelin.net/~shd/foss/shd-tcp-tools/" SRC_URI="http://zakalwe.virtuaalipalvelin.net/~shd/foss/shd-tcp-tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" IUSE="" RDEPEND="virtual/libc" DEPEND="${RDEPEND}" src_compile() { # note: not an autoconf configure script ./configure \ --compiler=$(tc-getCC) \ --prefix=/usr \ --bindir=/usr/bin \ --mandir=/usr/share/man || die emake || die } src_install() { dobin tcp-pf connecttwo listentwo tcppipe tcppipe-least || die dodoc readme.txt ChangeLog.txt }