# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="trickle is a portable lightweight userspace bandwidth shaper" HOMEPAGE="http://monkey.org/~marius/pages/?page=trickle" SRC_URI="http://monkey.org/~marius/trickle/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86-fbsd" IUSE="" DEPEND="dev-libs/libevent" src_compile() { econf || die emake -j1 || die } src_install() { emake DESTDIR=${D} install }