# Description: Library providing a API to the in-kernel connection tracking state table
# URL: https://www.netfilter.org/projects/libnetfilter_conntrack/index.html
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libnfnetlink libmnl

name=libnetfilter_conntrack
version=1.1.1
release=1
source=(https://www.netfilter.org/projects/$name/files/$name-$version.tar.xz)

build() {
  cd $name-$version

  ./configure --prefix=/usr

  make
  make DESTDIR=$PKG install
}
