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