forked from ports/contrib
libnfnetlink: moved from romster repo
This commit is contained in:
parent
76ae699885
commit
a08e1f8dd0
13
libnfnetlink/.footprint
Normal file
13
libnfnetlink/.footprint
Normal file
@ -0,0 +1,13 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/libnfnetlink/
|
||||
-rw-r--r-- root/root usr/include/libnfnetlink/libnfnetlink.h
|
||||
-rw-r--r-- root/root usr/include/libnfnetlink/linux_nfnetlink.h
|
||||
-rw-r--r-- root/root usr/include/libnfnetlink/linux_nfnetlink_compat.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rwxr-xr-x root/root usr/lib/libnfnetlink.la
|
||||
lrwxrwxrwx root/root usr/lib/libnfnetlink.so -> libnfnetlink.so.0.2.0
|
||||
lrwxrwxrwx root/root usr/lib/libnfnetlink.so.0 -> libnfnetlink.so.0.2.0
|
||||
-rwxr-xr-x root/root usr/lib/libnfnetlink.so.0.2.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libnfnetlink.pc
|
1
libnfnetlink/.md5sum
Normal file
1
libnfnetlink/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
016fdec8389242615024c529acc1adb8 libnfnetlink-1.0.0.tar.bz2
|
20
libnfnetlink/Pkgfile
Normal file
20
libnfnetlink/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: Netfilter kernel/userspace communication library.
|
||||
# URL: http://www.netfilter.org/projects/libnfnetlink/index.html
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Nathan Pardoe, lithium at poolofrandomness dot com
|
||||
|
||||
name=libnfnetlink
|
||||
version=1.0.0
|
||||
release=1
|
||||
source=(http://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user