New package: libnfnetlink-1.0.1
This commit is contained in:
parent
428a74daba
commit
1af4b8cd59
3 changed files with 23 additions and 0 deletions
|
@ -1736,3 +1736,4 @@ libjli.so openjdk-jre-8u20_1
|
||||||
libjvm.so openjdk-jre-8u20_1
|
libjvm.so openjdk-jre-8u20_1
|
||||||
libucl.so.0 libucl-0.5.2_1
|
libucl.so.0 libucl-0.5.2_1
|
||||||
libhandle.so.1 xfsprogs-3.2.1_1
|
libhandle.so.1 xfsprogs-3.2.1_1
|
||||||
|
libnfnetlink.so.0 libnfnetlink-1.0.1_1
|
||||||
|
|
1
srcpkgs/libnfnetlink-devel
Symbolic link
1
srcpkgs/libnfnetlink-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libnfnetlink
|
21
srcpkgs/libnfnetlink/template
Normal file
21
srcpkgs/libnfnetlink/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'libnfnetlink'
|
||||||
|
pkgname=libnfnetlink
|
||||||
|
version=1.0.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://www.netfilter.org/projects/libnfnetlink/index.html"
|
||||||
|
short_desc="A low-level library for netfilter related kernel/userspace communication"
|
||||||
|
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=f270e19de9127642d2a11589ef2ec97ef90a649a74f56cf9a96306b04817b51a
|
||||||
|
|
||||||
|
libnfnetlink-devel_package() {
|
||||||
|
depends="${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