b87c5ba3c469f86e1e534afcdeacaa8293e039fc
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libplist / libplist.mk
1 ################################################################################
2 #
3 # libplist
4 #
5 ################################################################################
6
7 LIBPLIST_VERSION = 1.12
8 LIBPLIST_SITE = http://cgit.sukimashita.com/libplist.git/snapshot
9 LIBPLIST_DEPENDENCIES = libxml2 host-pkgconf
10 LIBPLIST_INSTALL_STAGING = YES
11 LIBPLIST_LICENSE = LGPLv2.1+
12 LIBPLIST_LICENSE_FILES = COPYING
13
14 # Straight out of the git tree:
15 LIBPLIST_AUTORECONF = YES
16
17 # Disable building Python bindings, because it requires host-cython, which
18 # is not packaged in Buildroot at all.
19 LIBPLIST_CONF_OPTS = --without-cython
20
21 $(eval $(autotools-package))