contrib/libnfnetlink/Pkgfile

18 lines
399 B
Plaintext
Raw Normal View History

2010-12-27 07:52:39 +01:00
# Description: Netfilter kernel/userspace communication library.
2019-05-11 13:15:51 +02:00
# URL: https://www.netfilter.org/projects/libnfnetlink/index.html
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2010-12-27 07:52:39 +01:00
name=libnfnetlink
2022-06-19 13:53:24 +02:00
version=1.0.2
release=1
source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2)
2010-12-27 07:52:39 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
2010-12-27 07:52:39 +01:00
make
make DESTDIR=$PKG install
}