1
0
forked from ports/contrib

libnetfilter_cthelper: initial import

This commit is contained in:
Danny Rawlins 2012-12-05 20:18:03 +11:00
parent 798fd043c3
commit 19c3908763
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libnetfilter_cthelper/
-rw-r--r-- root/root usr/include/libnetfilter_cthelper/libnetfilter_cthelper.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libnetfilter_cthelper.la
lrwxrwxrwx root/root usr/lib/libnetfilter_cthelper.so -> libnetfilter_cthelper.so.0.0.0
lrwxrwxrwx root/root usr/lib/libnetfilter_cthelper.so.0 -> libnetfilter_cthelper.so.0.0.0
-rwxr-xr-x root/root usr/lib/libnetfilter_cthelper.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libnetfilter_cthelper.pc

View File

@ -0,0 +1 @@
b2efab1a3a198a5add448960ba011acd libnetfilter_cthelper-1.0.0.tar.bz2

View File

@ -0,0 +1,17 @@
# Description: Is a userspace library that provides the programming interface to the user-space helper infrastructure available since Linux kernel 3.6.
# URL: http://netfilter.org/projects/libnetfilter_cthelper/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: libmnl
name=libnetfilter_cthelper
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
make
make DESTDIR=$PKG install
}