libnetfilter_queue: adopted port

This commit is contained in:
Tim Biermann 2023-08-13 11:00:04 +02:00
parent 992d95e15c
commit 5d958bad81
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35gtgJhEMIxIHarRm8WVpf1Ep3EWSqphqE4WTw1bNDC6/fGOayppeK6YDg44ZOeaO6lVbaecIn64SeQD1/yLgQY=
SHA256 (Pkgfile) = 050cac052b1c24f57179740172c89e22b4f8004eeca6bbb73164831b8cb68f60
RWSagIOpLGJF3+9EESfPzboItt6TWycM7QGoIeoS6jKXDQ72YLCR7H5IqbKCV3nnF61o9KVPBL3MqCPZ0QrVA/MdblJJ1YhnnwM=
SHA256 (Pkgfile) = a73d062571278dcab83bd769669a9af97fd06b0d4ea6bdc54b938dba2a062b59
SHA256 (.footprint) = a81b6a9a7f37dbe1a47b79ecd94825b8d4327fefa0f63195a50ce00a2c1061d0
SHA256 (libnetfilter_queue-1.0.5.tar.bz2) = f9ff3c11305d6e03d81405957bdc11aea18e0d315c3e3f48da53a24ba251b9f5

View File

@ -1,6 +1,6 @@
# Description: API for packets queued by the kernel packet filter.
# Description: API for packets queued by the kernel packet filter
# URL: https://www.netfilter.org/projects/libnetfilter_queue/index.html
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libmnl libnfnetlink
name=libnetfilter_queue
@ -9,10 +9,10 @@ release=1
source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2)
build() {
cd $name-$version
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}