contrib/libnfnetlink/Pkgfile

22 lines
543 B
Plaintext
Raw Normal View History

2010-12-27 07:52:39 +01:00
# Description: Netfilter kernel/userspace communication library.
# URL: http://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
# Packager: Nathan Pardoe, lithium at poolofrandomness dot com
name=libnfnetlink
2012-12-05 10:25:17 +01:00
version=1.0.1
release=2
source=(http://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2
sync_with_kernel_headers.patch)
2010-12-27 07:52:39 +01:00
build() {
cd $name-$version
patch -p1 -i $SRC/sync_with_kernel_headers.patch
./configure --prefix=/usr
2010-12-27 07:52:39 +01:00
make
make DESTDIR=$PKG install
}