contrib/sntop/Pkgfile

20 lines
565 B
Plaintext

# Description: Curses based tool to monitor connectivity of network hosts.
# URL: http://sntop.sourceforge.net/
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: fping
name=sntop
version=1.4.3
release=1
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,man/man1,etc}
make prefix=$PKG/usr install
}