The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / nfacct / nfacct.mk
1 ################################################################################
2 #
3 # nfacct
4 #
5 ################################################################################
6
7 NFACCT_VERSION = 1.0.1
8 NFACCT_SOURCE = nfacct-$(NFACCT_VERSION).tar.bz2
9 NFACCT_SITE = http://www.netfilter.org/projects/nfacct/files
10 NFACCT_DEPENDENCIES = host-pkgconf \
11         libnetfilter_acct
12 NFACCT_AUTORECONF = YES
13 NFACCT_LICENSE = GPLv2
14 NFACCT_LICENSE_FILES = COPYING
15
16 $(eval $(autotools-package))