contrib/libnetfilter_cthelper/Pkgfile

19 lines
513 B
Plaintext
Raw Normal View History

2023-08-13 10:58:42 +02:00
# Description: Is a userspace library that provides the programming interface to the user-space helper infrastructure available since Linux kernel 3.6
2021-06-16 10:42:05 +02:00
# URL: https://netfilter.org/projects/libnetfilter_cthelper/
2023-08-13 10:58:42 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
2012-12-05 10:18:03 +01:00
# Depends on: libmnl
name=libnetfilter_cthelper
2022-06-01 07:47:56 +02:00
version=1.0.1
2012-12-05 10:18:03 +01:00
release=1
2023-08-13 10:58:42 +02:00
source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2)
2012-12-05 10:18:03 +01:00
build() {
2023-08-13 10:58:42 +02:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2012-12-05 10:18:03 +01:00
}