mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
libnetfilter-acct: added new recipe for libnetfilter-acct 1.0.3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
812e940fd2
commit
dd77c3d261
@@ -0,0 +1,15 @@
|
|||||||
|
SUMMARY = "libnetfilter_acct accounting infrastructure."
|
||||||
|
DESCRIPTION = "libnetfilter_acct is the userspace library providing interface to extended accounting infrastructure."
|
||||||
|
HOMEPAGE = "http://netfilter.org/projects/libnetfilter_acct/index.html"
|
||||||
|
SECTION = "libs"
|
||||||
|
LICENSE = "LGPL-2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||||
|
DEPENDS = "libnfnetlink libmnl"
|
||||||
|
|
||||||
|
SRC_URI = "http://ftp.netfilter.org/pub/libnetfilter_acct/libnetfilter_acct-1.0.3.tar.bz2"
|
||||||
|
SRC_URI[md5sum] = "814b2972b2f5c740ff87510bc109168b"
|
||||||
|
SRC_URI[sha256sum] = "4250ceef3efe2034f4ac05906c3ee427db31b9b0a2df41b2744f4bf79a959a1a"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/libnetfilter_acct-${PV}"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
Reference in New Issue
Block a user