New package: libnetfilter_cttimeout-1.0.0
This commit is contained in:
parent
ac8110542b
commit
cf928fb0b2
3 changed files with 26 additions and 0 deletions
|
@ -2346,3 +2346,4 @@ libIrcCore.so.3 libcommuni-3.4.0_1
|
||||||
libIrcModel.so.3 libcommuni-3.4.0_1
|
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
|
||||||
|
|
1
srcpkgs/libnetfilter_cttimeout-devel
Symbolic link
1
srcpkgs/libnetfilter_cttimeout-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libnetfilter_cttimeout
|
24
srcpkgs/libnetfilter_cttimeout/template
Normal file
24
srcpkgs/libnetfilter_cttimeout/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'libnetfilter_cttimeout'
|
||||||
|
pkgname=libnetfilter_cttimeout
|
||||||
|
version=1.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libmnl-devel"
|
||||||
|
short_desc="Interface to the fine-grain connection tracking timeout infrastructure"
|
||||||
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://www.netfilter.org/projects/libnetfilter_cttimeout/index.html"
|
||||||
|
distfiles="http://www.netfilter.org/projects/libnetfilter_cttimeout/files/libnetfilter_cttimeout-${version}.tar.bz2"
|
||||||
|
checksum=aeab12754f557cba3ce2950a2029963d817490df7edb49880008b34d7ff8feba
|
||||||
|
|
||||||
|
libnetfilter_cttimeout-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…
Reference in a new issue