diff options
-rw-r--r-- | meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb b/meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb new file mode 100644 index 0000000000..d92f7c045d --- /dev/null +++ b/meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "nfacct is the command line tool to create/retrieve/delete accounting objects" | ||
2 | HOMEPAGE = "http://netfilter.org/projects/nfacct/" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
5 | |||
6 | SRC_URI = "ftp://ftp.netfilter.org/pub/nfacct/nfacct-1.0.2.tar.bz2" | ||
7 | |||
8 | SRC_URI[md5sum] = "94faafdaaed85ca9220c5692be8a408e" | ||
9 | SRC_URI[sha256sum] = "ecff2218754be318bce3c3a5d1775bab93bf4168b2c4aac465785de5655fbd69" | ||
10 | DEPENDS = "libnfnetlink libmnl libnetfilter-acct" | ||
11 | |||
12 | EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"' | ||
13 | |||
14 | S = "${WORKDIR}/nfacct-${PV}" | ||
15 | |||
16 | inherit autotools pkgconfig | ||
17 | |||