contrib/libnetfilter_cttimeout/Pkgfile
2014-11-10 23:28:51 +11:00

18 lines
537 B
Plaintext

# Description: A library that provides the programming interface to the fine-grain connection tracking timeout infrastructure.
# URL: http://www.netfilter.org/projects/libnetfilter_cttimeout
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# 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
}