diff options
author | 2004-01-23 22:44:46 +0000 | |
---|---|---|
committer | 2004-01-23 22:44:46 +0000 | |
commit | 75d156ec00654d549cfe749d377dca35906c602e (patch) | |
tree | 5ec88f63b1d174c14c6c6cc869717163542e8b8c /net-dns/dnstop/dnstop-20031113.ebuild | |
parent | Initial Commit (diff) | |
download | historical-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.ebuild | 30 |
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 +} |