summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Honsberger <blkdeath@gentoo.org>2004-01-23 22:44:46 +0000
committerStewart Honsberger <blkdeath@gentoo.org>2004-01-23 22:44:46 +0000
commit75d156ec00654d549cfe749d377dca35906c602e (patch)
tree5ec88f63b1d174c14c6c6cc869717163542e8b8c /net-dns/dnstop/dnstop-20031113.ebuild
parentInitial Commit (diff)
downloadhistorical-75d156ec00654d549cfe749d377dca35906c602e.tar.gz
historical-75d156ec00654d549cfe749d377dca35906c602e.tar.bz2
historical-75d156ec00654d549cfe749d377dca35906c602e.zip
Version bump. Add metadata.xml
Diffstat (limited to 'net-dns/dnstop/dnstop-20031113.ebuild')
-rw-r--r--net-dns/dnstop/dnstop-20031113.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/net-dns/dnstop/dnstop-20031113.ebuild b/net-dns/dnstop/dnstop-20031113.ebuild
new file mode 100644
index 000000000000..79593569309e
--- /dev/null
+++ b/net-dns/dnstop/dnstop-20031113.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20031113.ebuild,v 1.1 2004/01/23 22:44:38 blkdeath Exp $
+
+DESCRIPTION="Displays various tables of DNS traffic on your network."
+HOMEPAGE="http://dnstop.measurement-factory.com/"
+SRC_URI="http://dnstop.measurement-factory.com/src/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~ppc ~sparc x86"
+
+IUSE=""
+DEPEND="ncurses libpcap"
+
+S=${WORKDIR}
+
+src_compile() {
+ cp Makefile Makefile.orig
+ sed -e "s:^CFLAGS=.*$:CFLAGS=${CFLAGS} -DUSE_PPP:" \
+ Makefile.orig > Makefile
+
+ emake || die
+}
+
+src_install() {
+ dobin dnstop
+ doman dnstop.8
+ dodoc LICENSE
+}