7e0a362c9fca9450c6500457c3caf549a16ff35b
[packages/trusty/cirros-testvm.git] / 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))