1################################################################################ 2# 3# libplist 4# 5################################################################################ 6 7LIBPLIST_VERSION = 2.2.0 8LIBPLIST_SOURCE = libplist-$(LIBPLIST_VERSION).tar.bz2 9LIBPLIST_SITE = https://github.com/libimobiledevice/libplist/releases/download/$(LIBPLIST_VERSION) 10LIBPLIST_INSTALL_STAGING = YES 11LIBPLIST_LICENSE = LGPL-2.1+ 12LIBPLIST_LICENSE_FILES = COPYING 13LIBPLIST_CPE_ID_VENDOR = libimobiledevice 14 15# Disable building Python bindings, because it requires host-cython, which 16# is not packaged in Buildroot at all. 17LIBPLIST_CONF_OPTS = --without-cython 18 19$(eval $(autotools-package)) 20