# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Console monitor of network interfaces" HOMEPAGE="http://netmonitor.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" RESTRICT="nomirror" DEPEND="" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" S=${WORKDIR}/${PN}-0.4b src_compile() { econf || die emake || die } src_install () { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog TODO NEWS README }