blob: 42da4fac0fe9e488050bf2ddae1810772800e282 [file] [log] [blame]
################################################################################
#
# libplist
#
################################################################################
LIBPLIST_VERSION = 2.1.0
LIBPLIST_SITE = $(call github,libimobiledevice,libplist,$(LIBPLIST_VERSION))
LIBPLIST_INSTALL_STAGING = YES
LIBPLIST_LICENSE = LGPL-2.1+
LIBPLIST_LICENSE_FILES = COPYING
LIBPLIST_CPE_ID_VENDOR = libimobiledevice
# github tarball does not include configure
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))