diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-07 07:43:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-07 07:43:54 +0000 |
commit | 2ded2fd88e08978649a8ae751520bff7e44a5c5c (patch) | |
tree | 71f99809b207e8b6744775c190ac878016915f93 /net-analyzer/xnetload/xnetload-1.11.3.ebuild | |
parent | econf + CXXFLAGS fix (diff) | |
download | gentoo-2-2ded2fd88e08978649a8ae751520bff7e44a5c5c.tar.gz gentoo-2-2ded2fd88e08978649a8ae751520bff7e44a5c5c.tar.bz2 gentoo-2-2ded2fd88e08978649a8ae751520bff7e44a5c5c.zip |
new package
Diffstat (limited to 'net-analyzer/xnetload/xnetload-1.11.3.ebuild')
-rw-r--r-- | net-analyzer/xnetload/xnetload-1.11.3.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-analyzer/xnetload/xnetload-1.11.3.ebuild b/net-analyzer/xnetload/xnetload-1.11.3.ebuild new file mode 100644 index 000000000000..2f5a032b062a --- /dev/null +++ b/net-analyzer/xnetload/xnetload-1.11.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xnetload/xnetload-1.11.3.ebuild,v 1.1 2002/11/07 07:43:54 seemant Exp $ + +IUSE="" + +S=${WORKDIR}/${P} +DESCRIPTION="This little tool displays a count and a graph of the traffic over a specified network connection." +HOMEPAGE="http://www.xs4all.nl/~rsmith/software/" +SRC_URI="http://www.xs4all.nl/~rsmith/software/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND="virtual/x11" + +src_compile() { + make || die +} + +src_install() { + dobin xnetload + doman xnetload.1 + dodoc README COPYING +} |