2014-01-19 22:04:00 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# libplist
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2014-10-18 21:05:38 +02:00
|
|
|
LIBPLIST_VERSION = 1.12
|
2015-11-25 15:25:29 +01:00
|
|
|
LIBPLIST_SOURCE = libplist-$(LIBPLIST_VERSION).tar.bz2
|
|
|
|
LIBPLIST_SITE = http://www.libimobiledevice.org/downloads
|
2014-10-05 15:23:22 +02:00
|
|
|
LIBPLIST_DEPENDENCIES = libxml2 host-pkgconf
|
2014-01-19 22:04:00 +01:00
|
|
|
LIBPLIST_INSTALL_STAGING = YES
|
|
|
|
LIBPLIST_LICENSE = LGPLv2.1+
|
|
|
|
LIBPLIST_LICENSE_FILES = COPYING
|
|
|
|
|
2014-10-05 15:23:22 +02:00
|
|
|
# Straight out of the git tree:
|
|
|
|
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
|
2014-10-05 11:40:07 +02:00
|
|
|
|
2014-10-05 15:23:22 +02:00
|
|
|
$(eval $(autotools-package))
|