1SUMMARY = "A protocol library to access an iPhone or iPod Touch in Linux"
2LICENSE = "GPL-2.0-only & LGPL-2.1-only"
3LIC_FILES_CHKSUM = "\
4    file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
5    file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \
6"
7HOMEPAGE = "http://www.libimobiledevice.org/"
8
9DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt"
10
11SRCREV = "15f8652126664e3a4b980e5d1c039b9053ce8566"
12SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master"
13
14S = "${WORKDIR}/git"
15inherit autotools pkgconfig
16
17EXTRA_OECONF = " --without-cython "
18