22 lines
699 B
Bash
22 lines
699 B
Bash
# Template file for 'libnfnetlink'
|
|
pkgname=libnfnetlink
|
|
version=1.0.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Low-level library for netfilter kernel/userspace communication"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://www.netfilter.org/projects/libnfnetlink/index.html"
|
|
distfiles="http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${version}.tar.bz2"
|
|
checksum=b064c7c3d426efb4786e60a8e6859b82ee2f2c5e49ffeea640cfe4fe33cbc376
|
|
|
|
libnfnetlink-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|