summaryrefslogtreecommitdiff
path: root/libnfnetlink/Pkgfile
blob: 7d47440f78248024376b371530340a3ff5d19e77 (plain)
    1 # Description: Netfilter kernel/userspace communication library.
    2 # URL: http://www.netfilter.org/projects/libnfnetlink/index.html
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Packager: Nathan Pardoe, lithium at poolofrandomness dot com
    5 
    6 name=libnfnetlink
    7 version=1.0.1
    8 release=2
    9 source=(http://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2
   10 	sync_with_kernel_headers.patch)
   11 
   12 build() {
   13 	cd $name-$version
   14 
   15 	patch -p1 -i $SRC/sync_with_kernel_headers.patch
   16 
   17 	./configure --prefix=/usr
   18 
   19 	make
   20 	make DESTDIR=$PKG install
   21 }

Generated by cgit