contrib/sntop/Pkgfile

19 lines
533 B
Plaintext

# Description: Curses based tool to monitor connectivity of network hosts.
# URL: http://sntop.sourceforge.net/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: fping
name=sntop
version=1.4.3
release=2
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
sed -i "/^CFLAGS/s/-O2 -pipe/$CFLAGS/" Makefile
make
mkdir -p $PKG/usr/{bin,share/man/man1,etc}
make prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
}