iptstate: adopted port

This commit is contained in:
Tim Biermann 2023-08-18 19:38:48 +02:00
parent 71edf0832c
commit d39354c412
2 changed files with 7 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38qrNzW6Q8GhvoQD9hY/J5PMwSAHEwCz1qXrnaEDm9uxj0aTfD5FW0Rfps3ghxZiLUKFAzYWp+rW0V9SgJi36Ak=
SHA256 (Pkgfile) = 3eddf395278cbd5a10b2c93e01916deb95d6ddc1c78c90b2edbe756e89642ccd
RWSagIOpLGJF34fmtIhNmDl01ZhKvS4jxtLoWVY1Mp8yV9UQSTZboPBIonNo+WLT3UK4k7Vu0Gzzygpt2aCqaTLjBXG3uhgzCgI=
SHA256 (Pkgfile) = 15e3f773140eab9f24e96dddbac79d7a30bacc5b725ffbb5896d006989814321
SHA256 (.footprint) = d1d3e23363bd8fbd4670395f05de4f05de72b14664d7b8155bdfc94531504808
SHA256 (iptstate-2.2.7.tar.bz2) = 896df0602885456a2631f795d634fc21311e505f8c910348e6312860f2097955

View File

@ -1,6 +1,6 @@
# Description: A top-like interface to your netfilter connection-tracking table.
# URL: https://www.phildev.net/iptstate/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: ncurses libnetfilter_conntrack
name=iptstate
@ -9,9 +9,8 @@ release=1
source=(https://github.com/jaymzh/iptstate/releases/download/v$version/$name-$version.tar.bz2)
build() {
cd $name-$version
make
install -D -m755 $name "$PKG/usr/sbin/$name"
install -D -m644 $name.8 "$PKG/usr/share/man/man8/$name.8"
cd $name-$version
make
install -D -m755 $name $PKG/usr/sbin/$name
install -D -m644 $name.8 $PKG/usr/share/man/man8/$name.8
}