# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/trickle/trickle-1.06.ebuild,v 1.7 2005/07/06 23:07:48 herbs Exp $ inherit autotools DESCRIPTION="a portable lightweight userspace bandwidth shaper" SRC_URI="http://www.monkey.org/~marius/${PN}/${P}.tar.gz" HOMEPAGE="http://www.monkey.org/~marius/trickle/" KEYWORDS="~amd64 ~ppc ~sparc ~x86" SLOT="0" LICENSE="BSD" IUSE="" DEPEND="virtual/libc dev-libs/libevent sys-apps/sed" RDEPEND="virtual/libc" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-configure.in.patch } src_compile() { eautoreconf econf || die emake || die } src_install() { einstall || die }