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 / smack / smack.mk
1 ################################################################################
2 #
3 # smack
4 #
5 ################################################################################
6
7 SMACK_VERSION = v1.0.4
8 SMACK_SITE = $(call github,smack-team,smack,$(SMACK_VERSION))
9 SMACK_LICENSE = LGPLv2.1
10 SMACK_LICENSE_FILES = COPYING
11 SMACK_INSTALL_STAGING = YES
12 SMACK_DEPENDENCIES = host-pkgconf
13
14 # Sources from GitHub, no configure script included.
15 SMACK_AUTORECONF = YES
16
17 $(eval $(autotools-package))