Removed. ifstat is listed in core/iproute2 port.

This commit is contained in:
Jose V Beneyto 2007-11-28 23:11:55 +01:00
parent 3c98b2d0a4
commit 1f7eb1c61d
3 changed files with 0 additions and 32 deletions

View File

@ -1,10 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ifstat
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/ifstat.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libifstat.a
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/ifstat.1.gz

View File

@ -1 +0,0 @@
b655642c33a626cfe976792fbcd9b6e1 ifstat-1.1.tar.gz

View File

@ -1,21 +0,0 @@
# Description: Tool to report network interfaces bandwith just like vmstat/iostat do for other system counters
# URL: http://gael.roualland.free.fr/ifstat/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Jose V Beneyto, sepen at users dot sourceforge dot net
name=ifstat
version=1.1
release=2
source=(http://gael.roualland.free.fr/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-library
make
install -d $PKG/usr/{bin,include,lib,man/man1}
install -m 0755 $name $PKG/usr/bin
install -m 0644 $name.1 $PKG/usr/man/man1
install -m 0644 $name.h $PKG/usr/include
install -m 0644 libifstat.a $PKG/usr/lib
}