contrib/iptstate/Pkgfile

18 lines
498 B
Plaintext
Raw Normal View History

2012-01-21 06:20:55 +01:00
# Description: A top-like interface to your netfilter connection-tracking table.
2020-01-12 02:22:17 +01:00
# URL: https://www.phildev.net/iptstate/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2012-01-21 06:20:55 +01:00
# Depends on: ncurses libnetfilter_conntrack
name=iptstate
2021-12-11 15:45:07 +01:00
version=2.2.7
2012-01-21 06:20:55 +01:00
release=1
2020-01-12 02:22:17 +01:00
source=(https://github.com/jaymzh/iptstate/releases/download/v$version/$name-$version.tar.bz2)
2012-01-21 06:20:55 +01:00
build() {
cd $name-$version
make
2020-01-12 02:22:17 +01:00
install -D -m755 $name "$PKG/usr/sbin/$name"
install -D -m644 $name.8 "$PKG/usr/share/man/man8/$name.8"
2012-01-21 06:20:55 +01:00
}