diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-30 20:08:03 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-30 20:08:03 +0000 |
commit | 73ebef0891e8f24182474e6a65c6bb06f91b8472 (patch) | |
tree | 9753966be849564578e3de8f794f4ea81f8f42c2 /net-analyzer | |
parent | Manual Manifest commit. (diff) | |
download | gentoo-2-73ebef0891e8f24182474e6a65c6bb06f91b8472.tar.gz gentoo-2-73ebef0891e8f24182474e6a65c6bb06f91b8472.tar.bz2 gentoo-2-73ebef0891e8f24182474e6a65c6bb06f91b8472.zip |
QA: Remove default src_compile.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/iftop/iftop-0.16.ebuild | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/net-analyzer/iftop/iftop-0.16.ebuild b/net-analyzer/iftop/iftop-0.16.ebuild index a282b3009d66..aa15b0ab93a8 100644 --- a/net-analyzer/iftop/iftop-0.16.ebuild +++ b/net-analyzer/iftop/iftop-0.16.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.16.ebuild,v 1.12 2005/07/19 13:14:49 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.16.ebuild,v 1.13 2005/07/30 20:08:03 swegener Exp $ -inherit gnuconfig IUSE="" DESCRIPTION="display bandwidth usage on an interface" @@ -16,27 +15,12 @@ KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86" DEPEND="sys-libs/ncurses virtual/libpcap" - -src_unpack() { - unpack ${A} - gnuconfig_update ${S}/config -} - -src_compile() { - local myconf - - myconf="--prefix=/usr" - econf ${myconf} || die - emake -} - src_install() { dosbin iftop doman iftop.8 insinto /etc - doins ${FILESDIR}/iftoprc + doins "${FILESDIR}"/iftoprc dodoc COPYING ChangeLog README } - |