2023-08-13 10:59:02 +02:00
|
|
|
# Description: A library that provides the programming interface to the fine-grain connection tracking timeout infrastructure
|
|
|
|
# URL: https://www.netfilter.org/projects/libnetfilter_cttimeout
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2012-09-22 20:19:02 +10:00
|
|
|
# Depends on: libmnl
|
|
|
|
|
|
|
|
name=libnetfilter_cttimeout
|
2022-06-01 07:47:21 +02:00
|
|
|
version=1.0.1
|
2012-09-22 20:19:02 +10:00
|
|
|
release=1
|
2023-08-13 10:59:02 +02:00
|
|
|
source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.bz2)
|
2012-09-22 20:19:02 +10:00
|
|
|
|
|
|
|
build() {
|
2023-08-13 10:59:02 +02:00
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2012-09-22 20:19:02 +10:00
|
|
|
}
|