You are not logged in.

#1 2004-06-03 07:00:24

vrillusions
Member
Registered: 2004-04-28
Posts: 16
Website

[network: monitoring] trafshow

I assume network: monitoring would be the proper location? not sure if network: net utilities would be better.  As usual, the contributor email is obfusicated here.  Also I couldn't use the make install option because it still installs the config into /etc even with the prefix set.  This is also in my pkglist, see my signature for the link.

# Contributor: Todd Eddy <vr (at) vrillusions point com>
pkgname=trafshow
pkgver=4.0
pkgrel=1
pkgdesc="TrafShow continuously displays the information regarding packet traffic on the configured network interface that matches the boolean expression.  It periodically sorts and updates this information.  This funny program may be useful for locating suspicious network traffic on the net or to evaluate current utilization of the network interface."
url="http://soft.risp.ru/trafshow/index_en.shtml"
backup=(etc/$pkgname)
depends=('libpcap' 'ncurses')
source=(ftp://ftp.nsk.su/pub/RinetSoftware/$pkgname-$pkgver.tgz)
md5sums=('994355d6ba98d96ce06db9c92ae41669')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=$startdir/pkg/usr
  make || return 1
  ## make install || return 1
  mkdir -p $startdir/pkg/etc
  mkdir -p $startdir/pkg/usr/bin
  mkdir -p $startdir/pkg/usr/man/man1
  cp .$pkgname $startdir/pkg/etc/$pkgname
  cp $pkgname $startdir/pkg/usr/bin/
  cp $pkgname.1 $startdir/pkg/usr/man/man1/
}

Offline

#2 2004-06-03 08:14:38

tehdely
Member
Registered: 2004-02-20
Posts: 148
Website

Re: [network: monitoring] trafshow

Looks neat, thanks smile


[Arch GNUstep Repository] [ PKGBUILDS ]
[code][gnustep]
Server = ftp://blkwidow.lerp.com/pub/mirror/arch/gnustep[/code]

Offline

Board footer

Powered by FluxBB