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 / expat / expat.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/expat/expat.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/expat/expat.mk
new file mode 100644 (file)
index 0000000..cbbba8f
--- /dev/null
@@ -0,0 +1,17 @@
+################################################################################
+#
+# expat
+#
+################################################################################
+
+EXPAT_VERSION = 2.1.0
+EXPAT_SITE = http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION)
+EXPAT_INSTALL_STAGING = YES
+EXPAT_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) installlib
+EXPAT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) installlib
+EXPAT_DEPENDENCIES = host-pkgconf
+EXPAT_LICENSE = MIT
+EXPAT_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
+$(eval $(host-autotools-package))