ifstat: initial commit (version 1.1-2)

This commit is contained in:
Jose V Beneyto 2007-01-11 11:22:48 +01:00
parent daca5e4544
commit eba039f4e1
5 changed files with 37 additions and 0 deletions

10
ifstat/.footprint Normal file
View File

@ -0,0 +1,10 @@
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

1
ifstat/.md5sum Normal file
View File

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

26
ifstat/Pkgfile Normal file
View File

@ -0,0 +1,26 @@
# $Id: $
# 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, joberui at ei dot upv dot es
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
# Depends on:
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 \
--disable-nls
make
install -d $PKG/usr/{bin,include,lib,man/man1}
install -m 755 $name $PKG/usr/bin
install -m 644 $name.1 $PKG/usr/man/man1
install -m 644 $name.h $PKG/usr/include
install -m 644 libifstat.a $PKG/usr/lib
}

Binary file not shown.

BIN
ifstat/ifstat-1.1.tar.gz Normal file

Binary file not shown.