diff options
author | 2003-08-06 19:08:16 +0000 | |
---|---|---|
committer | 2003-08-06 19:08:16 +0000 | |
commit | 99e6e448f75f9b168b7b6eb3f17b60574d0d4b2b (patch) | |
tree | ca82046116c25a23fa9fa21e034c954147263e2c /net-misc/trickle/trickle-1.06.ebuild | |
parent | Initial ebuild. (diff) | |
download | gentoo-2-99e6e448f75f9b168b7b6eb3f17b60574d0d4b2b.tar.gz gentoo-2-99e6e448f75f9b168b7b6eb3f17b60574d0d4b2b.tar.bz2 gentoo-2-99e6e448f75f9b168b7b6eb3f17b60574d0d4b2b.zip |
Initial ebuild.
Diffstat (limited to 'net-misc/trickle/trickle-1.06.ebuild')
-rw-r--r-- | net-misc/trickle/trickle-1.06.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/trickle/trickle-1.06.ebuild b/net-misc/trickle/trickle-1.06.ebuild new file mode 100644 index 000000000000..7d950caee8b1 --- /dev/null +++ b/net-misc/trickle/trickle-1.06.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/08/06 19:08:04 mholzer 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" +SLOT="0" +LICENSE="BSD" +IUSE="" + +DEPEND="virtual/glibc + dev-libs/libevent + sys-apps/sed" +RDEPEND="virtual/glibc" + +src_compile() { + econf + make PREFIX=/usr || die +} + +src_install() { + einstall || die +} |