1 ################################################################################
5 ################################################################################
7 LIBPLIST_VERSION
= 1.12
8 LIBPLIST_SOURCE
= libplist-
$(LIBPLIST_VERSION
).
tar.bz2
9 LIBPLIST_SITE
= http
://www.libimobiledevice.org
/downloads
10 LIBPLIST_DEPENDENCIES
= libxml2 host-pkgconf
11 LIBPLIST_INSTALL_STAGING
= YES
12 LIBPLIST_LICENSE
= LGPLv2.1
+
13 LIBPLIST_LICENSE_FILES
= COPYING
15 # Straight out of the git tree:
16 LIBPLIST_AUTORECONF
= YES
18 # Disable building Python bindings, because it requires host-cython, which
19 # is not packaged in Buildroot at all.
20 LIBPLIST_CONF_OPTS
= --without-cython
22 $(eval
$(autotools-package
))