summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/bwbar/bwbar-1.2.2.ebuild')
-rw-r--r--net-analyzer/bwbar/bwbar-1.2.2.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-analyzer/bwbar/bwbar-1.2.2.ebuild b/net-analyzer/bwbar/bwbar-1.2.2.ebuild
new file mode 100644
index 000000000000..20565316e0ea
--- /dev/null
+++ b/net-analyzer/bwbar/bwbar-1.2.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwbar/bwbar-1.2.2.ebuild,v 1.1 2006/01/10 19:30:40 vanquirius Exp $
+
+DESCRIPTION="The kernel.org \"Current bandwidth utilization\" bar"
+HOMEPAGE="http://www.kernel.org/pub/software/web/bwbar/"
+SRC_URI="http://www.kernel.org/pub/software/web/bwbar/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="media-libs/libpng"
+
+src_install() {
+ dobin bwbar
+ dodoc README
+}