X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibplist%2Flibplist.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibplist%2Flibplist.mk;h=b87c5ba3c469f86e1e534afcdeacaa8293e039fc;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git 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 index 0000000..b87c5ba --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/libplist/libplist.mk @@ -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))