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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/smack/smack.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/smack/smack.mk
new file mode 100644 (file)
index 0000000..7e0a362
--- /dev/null
@@ -0,0 +1,17 @@
+################################################################################
+#
+# smack
+#
+################################################################################
+
+SMACK_VERSION = v1.0.4
+SMACK_SITE = $(call github,smack-team,smack,$(SMACK_VERSION))
+SMACK_LICENSE = LGPLv2.1
+SMACK_LICENSE_FILES = COPYING
+SMACK_INSTALL_STAGING = YES
+SMACK_DEPENDENCIES = host-pkgconf
+
+# Sources from GitHub, no configure script included.
+SMACK_AUTORECONF = YES
+
+$(eval $(autotools-package))