forked from ports/contrib
libnetfilter_cthelper: initial import
This commit is contained in:
parent
798fd043c3
commit
19c3908763
11
libnetfilter_cthelper/.footprint
Normal file
11
libnetfilter_cthelper/.footprint
Normal 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
|
1
libnetfilter_cthelper/.md5sum
Normal file
1
libnetfilter_cthelper/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b2efab1a3a198a5add448960ba011acd libnetfilter_cthelper-1.0.0.tar.bz2
|
17
libnetfilter_cthelper/Pkgfile
Normal file
17
libnetfilter_cthelper/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user