summaryrefslogtreecommitdiff
blob: 0bc0e8749a23102c5764db6d5ded25f2b449b38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.6 2005/04/04 18:32:23 hansmi Exp $

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="~x86 ~sparc ~ppc"
SLOT="0"
LICENSE="BSD"
IUSE=""

DEPEND="virtual/libc
	dev-libs/libevent
	sys-apps/sed"
RDEPEND="virtual/libc"

src_compile() {
	econf || die "econf failed"
	make PREFIX=/usr || die
}

src_install() {
	einstall || die
}