diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-09 20:18:05 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-09 20:18:05 +0000 |
commit | cc08a7eecab31dc185d585237e74a6cd90b47563 (patch) | |
tree | 0f5cf91424aab9eea4426521b54fab510b5b6b6f /net-analyzer/iptraf/iptraf-2.7.0.ebuild | |
parent | tidy; x86 stable; added metadata (diff) | |
download | historical-cc08a7eecab31dc185d585237e74a6cd90b47563.tar.gz historical-cc08a7eecab31dc185d585237e74a6cd90b47563.tar.bz2 historical-cc08a7eecab31dc185d585237e74a6cd90b47563.zip |
tidy; added metadata
Diffstat (limited to 'net-analyzer/iptraf/iptraf-2.7.0.ebuild')
-rw-r--r-- | net-analyzer/iptraf/iptraf-2.7.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/iptraf/iptraf-2.7.0.ebuild b/net-analyzer/iptraf/iptraf-2.7.0.ebuild index 34d184cdc0a6..027513e0ce89 100644 --- a/net-analyzer/iptraf/iptraf-2.7.0.ebuild +++ b/net-analyzer/iptraf/iptraf-2.7.0.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.17 2004/06/24 22:05:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.18 2004/07/09 20:18:05 eldad Exp $ -S=${WORKDIR}/${P} DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor" SRC_URI="ftp://ftp.cebu.mozcom.com/pub/linux/net/${P}.tar.gz" HOMEPAGE="http://cebu.mozcom.com/riker/iptraf/" @@ -12,12 +11,14 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha hppa mips" DEPEND=">=sys-libs/ncurses-5.2-r1" +IUSE="" src_compile() { cd src emake CFLAGS="$CFLAGS" DEBUG="" TARGET="/usr/sbin" WORKDIR="/var/lib/iptraf" \ clean all || die "emake failed" } + src_install() { dosbin src/{iptraf,cfconv,rvnamed} dodoc FAQ README* CHANGES RELEASE-NOTES LICENSE INSTALL |