contrib/libnetfilter_queue/Pkgfile

21 lines
484 B
Plaintext
Raw Normal View History

# Description: API for packets queued by the kernel packet filter.
# URL: http://www.netfilter.org/projects/libnetfilter_queue/index.html
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2020-01-09 12:11:59 +01:00
# Depends on: libmnl libnfnetlink
name=libnetfilter_queue
2020-01-09 12:11:59 +01:00
version=1.0.3
release=1
2020-01-09 12:11:59 +01:00
source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}