New package: libnetfilter_acct-1.0.2
This commit is contained in:
parent
b4f2fd28e9
commit
5e7867f6a9
|
@ -1739,3 +1739,4 @@ libhandle.so.1 xfsprogs-3.2.1_1
|
||||||
libnfnetlink.so.0 libnfnetlink-1.0.1_1
|
libnfnetlink.so.0 libnfnetlink-1.0.1_1
|
||||||
libnetfilter_log.so.1 libnetfilter_log-1.0.1_1
|
libnetfilter_log.so.1 libnetfilter_log-1.0.1_1
|
||||||
libnetfilter_log_libipulog.so.1 libnetfilter_log-1.0.1_1
|
libnetfilter_log_libipulog.so.1 libnetfilter_log-1.0.1_1
|
||||||
|
libnetfilter_acct.so.1 libnetfilter_acct-1.0.2_1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
libnetfilter_acct
|
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'libnetfilter_acct'
|
||||||
|
pkgname=libnetfilter_acct
|
||||||
|
version=1.0.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libmnl-devel"
|
||||||
|
license="LGPL-2"
|
||||||
|
homepage="http://www.netfilter.org/projects/libnetfilter_acct/index.html"
|
||||||
|
short_desc="The userspace library providing interface to extended accounting infrastructure"
|
||||||
|
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=0128f19c3419fbd84f7e6d46b13a33ef7bda9b9f5e493bc5ae1882d087514b71
|
||||||
|
|
||||||
|
|
||||||
|
libnetfilter_acct-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 New Issue