contrib/libnetfilter_cttimeout/Pkgfile

18 lines
537 B
Plaintext
Raw Normal View History

2012-09-22 12:19:02 +02:00
# Description: A library that provides the programming interface to the fine-grain connection tracking timeout infrastructure.
# URL: http://www.netfilter.org/projects/libnetfilter_cttimeout
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
2012-09-22 12:19:02 +02:00
# Depends on: libmnl
name=libnetfilter_cttimeout
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
}