summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 19:13:01 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 19:13:01 +0000
commit72f85da2e03658dc0cdb351bb696a4e9fcbbda0b (patch)
tree18ff1f18ca4adff104511cc57d609c8884b909d6 /net-analyzer/ntop
parent*** empty log message *** (diff)
downloadhistorical-72f85da2e03658dc0cdb351bb696a4e9fcbbda0b.tar.gz
historical-72f85da2e03658dc0cdb351bb696a4e9fcbbda0b.tar.bz2
historical-72f85da2e03658dc0cdb351bb696a4e9fcbbda0b.zip
*** empty log message ***
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r--net-analyzer/ntop/files/digest-ntop-1.3.1-r11
-rw-r--r--net-analyzer/ntop/ntop-1.3.1-r1.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/net-analyzer/ntop/files/digest-ntop-1.3.1-r1 b/net-analyzer/ntop/files/digest-ntop-1.3.1-r1
deleted file mode 100644
index aa5a9a625551..000000000000
--- a/net-analyzer/ntop/files/digest-ntop-1.3.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8afc33c65a176339916841e3a5177468 ntop-1.3.1.tar.gz
diff --git a/net-analyzer/ntop/ntop-1.3.1-r1.ebuild b/net-analyzer/ntop/ntop-1.3.1-r1.ebuild
deleted file mode 100644
index 9fa82f7d0c25..000000000000
--- a/net-analyzer/ntop/ntop-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-1.3.1-r1.ebuild,v 1.4 2000/11/02 08:31:52 achim Exp $
-
-P=ntop-1.3.1
-A="${P}.tar.gz"
-S=${WORKDIR}/${P}
-DESCRIPTION="Unix Tool that shows networkusage like top"
-SRC_URI="ftp://ftp.it.ntop.org/pub/local/ntop/snapshots/${A}"
-HOMEPAGE="http://www.ntop.org/ntop.html"
-
-DEPEND=">=sys-apps/bash-2.04
- >=sys-libs/gdbm-1.8.0
- >=sys-libs/glibc-2.1.3
- >=sys-libs/gpm-1.19.3
- >=sys-libs/ncurses-5.1
- >=dev-libs/openssl-0.9.6
- >=net-libs/libpcap-0.5.2"
-
-src_compile() {
- cd ${S}
- cp configure configure.orig
- sed -e "s:/usr/local/ssl:/usr:" configure.orig > configure
- CFLAGS="$CFLAGS -I/usr/include/openssl" try ./configure --prefix=/usr --sysconfdir=/usr/share --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make prefix=${D}/usr sysconfdir=/${D}/usr/share install
- mv ${D}/usr/bin/plugins ${D}/usr/share/ntop
- prepman
- dodoc AUTHORS ChangeLog CONTENTS COPYING FAQ FILES HACKING
- dodoc KNOWN_BUGS MANIFESTO NEWS ntop.txt PORTING README*
- dodoc SUPPORT* THANKS THREADS-FAQ TODO
- docinto html
- dodoc ntop.html
-}
-
-
-