iftop: update to 1.0pre2

This commit is contained in:
Juergen Daubert 2012-03-02 11:02:14 +01:00
parent fe0ddff770
commit a2eaed5235
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
062bc8fb3856580319857326e0b8752d iftop-0.17.tar.gz
fef521a49ec0122458d02c64212af3c5 iftop-1.0pre2.tar.gz

View File

@ -4,13 +4,13 @@
# Depends on: libpcap, ncurses
name=iftop
version=0.17
version=1.0pre2
release=1
source=(http://www.ex-parrot.com/~pdw/iftop/download/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
./configure --prefix=/usr --mandir=/usr/man
make iftop
make DESTDIR=$PKG install
}