New package: libnetfilter_cthelper-1.0.0

This commit is contained in:
Michael Gehring 2016-02-13 18:08:34 +01:00
parent cf928fb0b2
commit 38f3b8daba
3 changed files with 26 additions and 0 deletions

View file

@ -2347,3 +2347,4 @@ libIrcModel.so.3 libcommuni-3.4.0_1
libtolua.so tolua-5.2.0_1
libhwloc.so.5 libhwloc-1.11.2_1
libnetfilter_cttimeout.so.1 libnetfilter_cttimeout-1.0.0_1
libnetfilter_cthelper.so.0 libnetfilter_cthelper-1.0.0_1

View file

@ -0,0 +1 @@
libnetfilter_cthelper

View file

@ -0,0 +1,24 @@
# Template file for 'libnetfilter_cthelper'
pkgname=libnetfilter_cthelper
version=1.0.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libmnl-devel"
short_desc="Interface to the connection tracking user-space helper infrastructure"
maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-2"
homepage="http://www.netfilter.org/projects/libnetfilter_cthelper/index.html"
distfiles="http://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-${version}.tar.bz2"
checksum=07618e71c4d9a6b6b3dc1986540486ee310a9838ba754926c7d14a17d8fccf3d
libnetfilter_cthelper-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}