xref: /OK3568_Linux_fs/buildroot/package/libimobiledevice/libimobiledevice.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# libimobiledevice
4#
5################################################################################
6
7LIBIMOBILEDEVICE_VERSION = 1.3.0
8LIBIMOBILEDEVICE_SOURCE = libimobiledevice-$(LIBIMOBILEDEVICE_VERSION).tar.bz2
9LIBIMOBILEDEVICE_SITE = https://github.com/libimobiledevice/libimobiledevice/releases/download/$(LIBIMOBILEDEVICE_VERSION)
10LIBIMOBILEDEVICE_INSTALL_STAGING = YES
11LIBIMOBILEDEVICE_LICENSE = LGPL-2.1+
12LIBIMOBILEDEVICE_LICENSE_FILES = COPYING
13LIBIMOBILEDEVICE_CPE_ID_VENDOR = libimobiledevice
14
15LIBIMOBILEDEVICE_DEPENDENCIES = libusbmuxd libimobiledevice-glue
16
17# Disable building Python bindings, because it requires host-cython, which
18# is not packaged in Buildroot at all.
19LIBIMOBILEDEVICE_CONF_OPTS = --without-cython
20
21$(eval $(autotools-package))
22