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 / libplist / libplist.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libplist/libplist.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libplist/libplist.mk
new file mode 100644 (file)
index 0000000..b87c5ba
--- /dev/null
@@ -0,0 +1,21 @@
+################################################################################
+#
+# libplist
+#
+################################################################################
+
+LIBPLIST_VERSION = 1.12
+LIBPLIST_SITE = http://cgit.sukimashita.com/libplist.git/snapshot
+LIBPLIST_DEPENDENCIES = libxml2 host-pkgconf
+LIBPLIST_INSTALL_STAGING = YES
+LIBPLIST_LICENSE = LGPLv2.1+
+LIBPLIST_LICENSE_FILES = COPYING
+
+# Straight out of the git tree:
+LIBPLIST_AUTORECONF = YES
+
+# Disable building Python bindings, because it requires host-cython, which
+# is not packaged in Buildroot at all.
+LIBPLIST_CONF_OPTS = --without-cython
+
+$(eval $(autotools-package))