sntop: deleted, unmaintained

This commit is contained in:
Tim Biermann 2020-07-08 10:49:57 +00:00
parent a3eb57f79c
commit a82ca2c945
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 32 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sntop
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/sntoprc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/sntop.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF321XhxmxGR+YBSKlBm4qbvXQi1cakiycxzoe1c2UdXYbsyQgk8S6h92FxQH8rhPMZO5Z1OgWjLbmkHnBokKMtgQ=
SHA256 (Pkgfile) = 74520bab058540b0c65b85a59be5b076a287cfa52872e34855887538b75bd27a
SHA256 (.footprint) = 96aa8c1033fb352b1ec7dd66c6d077a2ee63adfdece8110f3cb1862012b667ad
SHA256 (sntop-1.4.3.tar.gz) = 943a5af1905c3ae7ead064e531cde6e9b3dc82598bbda26ed4a43788d81d6d89

View File

@ -1,18 +0,0 @@
# 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
}