summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-18 23:22:52 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-18 23:22:52 +0000
commit61fd1bd203b35a08fb758d621edcdc1ba04881a6 (patch)
tree78c703af1b0d5d0edd5ae4ca9fca8da9e8f913b8 /net-analyzer/trafshow
parentrepoman'd (diff)
downloadhistorical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.tar.gz
historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.tar.bz2
historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.zip
repoman'd
Diffstat (limited to 'net-analyzer/trafshow')
-rw-r--r--net-analyzer/trafshow/files/digest-trafshow-3.11
-rw-r--r--net-analyzer/trafshow/trafshow-3.1-r1.ebuild13
-rw-r--r--net-analyzer/trafshow/trafshow-3.1.ebuild29
3 files changed, 6 insertions, 37 deletions
diff --git a/net-analyzer/trafshow/files/digest-trafshow-3.1 b/net-analyzer/trafshow/files/digest-trafshow-3.1
deleted file mode 100644
index 906d6b7d4501..000000000000
--- a/net-analyzer/trafshow/files/digest-trafshow-3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 085b99f160002a269b358aab1c5004f0 trafshow-3.1.tgz 72342
diff --git a/net-analyzer/trafshow/trafshow-3.1-r1.ebuild b/net-analyzer/trafshow/trafshow-3.1-r1.ebuild
index 7f1fc7a227c6..ad3cf7e766bb 100644
--- a/net-analyzer/trafshow/trafshow-3.1-r1.ebuild
+++ b/net-analyzer/trafshow/trafshow-3.1-r1.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-3.1-r1.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-3.1-r1.ebuild,v 1.3 2002/07/18 23:22:51 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Full screen visualization of the network traffic"
SRC_URI="ftp://ftp.nsk.su/pub/RinetSoftware/${P}.tgz"
HOMEPAGE="http://soft.risp.ru/trafshow/index_en.shtml"
-LICENSE="Freeware"
+
SLOT="3"
+LICENSE="Freeware"
+KEYWORDS="x86"
DEPEND="net-libs/libpcap
sys-libs/ncurses
@@ -27,11 +29,8 @@ src_compile() {
export ac_cv_have_curses=ncurses
export LIBS=-lncurses
fi
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=\${prefix}/share/man \
- --enable-ipv6 || die "./configure failed"
+
+ econf --enable-ipv6 || die "./configure failed"
emake || die "emake failed"
}
diff --git a/net-analyzer/trafshow/trafshow-3.1.ebuild b/net-analyzer/trafshow/trafshow-3.1.ebuild
deleted file mode 100644
index 3c0a4bddb1bd..000000000000
--- a/net-analyzer/trafshow/trafshow-3.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-3.1.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Full screen visualization of the network traffic"
-SRC_URI="ftp://ftp.nsk.su/pub/RinetSoftware/${P}.tgz"
-HOMEPAGE="http://soft.risp.ru/trafshow/index_en.shtml"
-
-DEPEND="net-libs/libpcap"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p1 < ${FILESDIR}/${P}-gentoo.patch
-}
-
-src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=\${prefix}/share/man \
- --enable-ipv6 || die "./configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "make install failed"
-}