summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2006-12-09 05:30:42 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2006-12-09 05:30:42 +0000
commit59046356cbdb54360d0afa0091c481ced491721e (patch)
tree495217d06ae54f5ef49e4662e4ad89c1fc618b9c /net-analyzer/ibmonitor/ibmonitor-1.4.ebuild
parent1.8.3 version bump, mark 1.8.1 x86 stable. (diff)
downloadgentoo-2-59046356cbdb54360d0afa0091c481ced491721e.tar.gz
gentoo-2-59046356cbdb54360d0afa0091c481ced491721e.tar.bz2
gentoo-2-59046356cbdb54360d0afa0091c481ced491721e.zip
1.4 version bump.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-analyzer/ibmonitor/ibmonitor-1.4.ebuild')
-rw-r--r--net-analyzer/ibmonitor/ibmonitor-1.4.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/net-analyzer/ibmonitor/ibmonitor-1.4.ebuild b/net-analyzer/ibmonitor/ibmonitor-1.4.ebuild
new file mode 100644
index 000000000000..bb2e3538e22e
--- /dev/null
+++ b/net-analyzer/ibmonitor/ibmonitor-1.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ibmonitor/ibmonitor-1.4.ebuild,v 1.1 2006/12/09 05:30:42 vanquirius Exp $
+
+DESCRIPTION="Interactive bandwidth monitor"
+HOMEPAGE="http://ibmonitor.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz"
+
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE=""
+
+LICENSE="GPL-2"
+SLOT="0"
+
+S="${WORKDIR}/${PN}"
+
+DEPEND="dev-perl/TermReadKey"
+
+src_compile() {
+ einfo "Nothing to compile."
+}
+
+src_install() {
+ dodir /usr/bin
+ dobin ibmonitor
+
+ dodoc AUTHORS ChangeLog README TODO
+}