kumquat-buildroot/package/libplist/libplist.mk
Bernd Kuhls 5db037e1e5 package/libplist: bump version to 2.3.0
Release notes:
https://github.com/libimobiledevice/libplist/releases/tag/2.3.0

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-06-18 13:34:51 +02:00

20 lines
675 B
Makefile

################################################################################
#
# libplist
#
################################################################################
LIBPLIST_VERSION = 2.3.0
LIBPLIST_SOURCE = libplist-$(LIBPLIST_VERSION).tar.bz2
LIBPLIST_SITE = https://github.com/libimobiledevice/libplist/releases/download/$(LIBPLIST_VERSION)
LIBPLIST_INSTALL_STAGING = YES
LIBPLIST_LICENSE = LGPL-2.1+
LIBPLIST_LICENSE_FILES = COPYING
LIBPLIST_CPE_ID_VENDOR = libimobiledevice
# 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))