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