From 137b6b0d6a1d553f5ae58eb16cd373efa691a039 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 16 Feb 2015 23:40:12 +0100 Subject: [PATCH] nfacct: Add recipe for nfacct as well Related: ORT#650 --- recipes-extra/nfacct/nfacct_1.0.1.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-extra/nfacct/nfacct_1.0.1.bb diff --git a/recipes-extra/nfacct/nfacct_1.0.1.bb b/recipes-extra/nfacct/nfacct_1.0.1.bb new file mode 100644 index 0000000..f56e49b --- /dev/null +++ b/recipes-extra/nfacct/nfacct_1.0.1.bb @@ -0,0 +1,12 @@ +SUMMARY = "nfacct is the command line tool to create/retrieve/delete accounting objects" +HOMEPAGE = "http://www.netfilter.org/projects/nfacct/downloads.html" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" + +DEPENDS = "libmnl libnetfilter-acct" + +SRC_URI = "http://www.netfilter.org/projects/${PN}/files/${PN}-${PV}.tar.bz2;name=tar" +SRC_URI[tar.md5sum] = "992e863409d144350dbc8f0554a0f478" +SRC_URI[tar.sha256sum] = "81ef261616f313372a957431d17c5a0334984f06ceea190cf390479bf043e7c4" + +inherit autotools pkgconfig