libnetfilter-acct: Add recipe needed for nfacct

This is the second dependency of nfacct. Create a simple
recipe for it.
This commit is contained in:
Holger Hans Peter Freyther 2015-02-16 23:34:23 +01:00
parent 191503323b
commit 77b2c49b65
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
SUMMARY = "libnetfilter_acct is the userspace library providing interface to extended accounting infrastructure."
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_acct/index.html"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "libmnl"
S = "${WORKDIR}/libnetfilter_acct-${PV}"
SRC_URI = "http://www.netfilter.org/projects/libnetfilter_acct/files/libnetfilter_acct-${PV}.tar.bz2;name=tar"
SRC_URI[tar.md5sum] = "2118d9514c079839ebd9cb3144ad2ad7"
SRC_URI[tar.sha256sum] = "0128f19c3419fbd84f7e6d46b13a33ef7bda9b9f5e493bc5ae1882d087514b71"
inherit autotools pkgconfig