mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New package: libnetfilter_cthelper-1.0.0
This commit is contained in:
parent
cf928fb0b2
commit
38f3b8daba
3 changed files with 26 additions and 0 deletions
|
@ -2347,3 +2347,4 @@ libIrcModel.so.3 libcommuni-3.4.0_1
|
||||||
libtolua.so tolua-5.2.0_1
|
libtolua.so tolua-5.2.0_1
|
||||||
libhwloc.so.5 libhwloc-1.11.2_1
|
libhwloc.so.5 libhwloc-1.11.2_1
|
||||||
libnetfilter_cttimeout.so.1 libnetfilter_cttimeout-1.0.0_1
|
libnetfilter_cttimeout.so.1 libnetfilter_cttimeout-1.0.0_1
|
||||||
|
libnetfilter_cthelper.so.0 libnetfilter_cthelper-1.0.0_1
|
||||||
|
|
1
srcpkgs/libnetfilter_cthelper-devel
Symbolic link
1
srcpkgs/libnetfilter_cthelper-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libnetfilter_cthelper
|
24
srcpkgs/libnetfilter_cthelper/template
Normal file
24
srcpkgs/libnetfilter_cthelper/template
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue