summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-10 00:00:08 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-10 00:00:08 +0000
commit012c016df8fdc487b6a5897a544497ad7d4709c9 (patch)
tree9f3442e93952fb077e083065791303e60a73263f /net-analyzer
parentAdded ~sparc keyword as it went missing in the version bump. (Manifest recommit) (diff)
downloadgentoo-2-012c016df8fdc487b6a5897a544497ad7d4709c9.tar.gz
gentoo-2-012c016df8fdc487b6a5897a544497ad7d4709c9.tar.bz2
gentoo-2-012c016df8fdc487b6a5897a544497ad7d4709c9.zip
~hppa KEYWORDS
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/bmon/bmon-2.0.1.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/net-analyzer/bmon/bmon-2.0.1.ebuild b/net-analyzer/bmon/bmon-2.0.1.ebuild
index f44b17f19af4..204fe202f7d4 100644
--- a/net-analyzer/bmon/bmon-2.0.1.ebuild
+++ b/net-analyzer/bmon/bmon-2.0.1.ebuild
@@ -1,18 +1,20 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.0.1.ebuild,v 1.1 2005/01/09 06:41:21 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.0.1.ebuild,v 1.2 2005/01/10 00:00:08 vapier Exp $
inherit toolchain-funcs
NLVER=0.4.3
-DESCRIPTION="bmon is an interface bandwidth monitor."
+DESCRIPTION="interface bandwidth monitor"
HOMEPAGE="http://people.suug.ch/~tgr/bmon/"
SRC_URI="http://people.suug.ch/~tgr/bmon/files/${P}.tar.gz
http://people.suug.ch/~tgr/libnl/files/libnl-${NLVER}.tar.gz"
+
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE=""
+
DEPEND=">=sys-libs/ncurses-5.3-r2"
src_unpack() {
@@ -34,9 +36,9 @@ src_compile() {
src_install() {
- emake DESTDIR=${D} install || die
+ make DESTDIR=${D} install || die
dodoc ChangeLog
cd ${WORKDIR}/libnl-${NLVER}
- emake DESTDIR=${D} install || die
+ make DESTDIR=${D} install || die
}