# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Snitch is a powerful packetshaping utility that allows the user to easily harness the power of the Linux tc command to shape network traffic" HOMEPAGE="http://snitch.sourceforge.net/" SRC_URI="mirror://sourceforge/snitch/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=net-firewall/iptables-1.2.9-r1" src_compile() { emake || die "emake failed" } src_install() { dosbin snitch || die }