blob: d7c76a5971403ab5e93c74add664f159feb2fdfb [file] [log] [blame]
Patrick Williams45852732022-04-02 08:58:32 -05001SUMMARY = "A command-line application to restore firmware files to iOS devices"
2LICENSE = "LGPL-3.0-or-later"
3LIC_FILES_CHKSUM = "\
4 file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02 \
5"
6
7HOMEPAGE = "http://www.libimobiledevice.org/"
8
Patrick Williams92b42cb2022-09-03 06:53:57 -05009DEPENDS = "libirecovery libimobiledevice libzip curl libimobiledevice-glue openssl"
Patrick Williams45852732022-04-02 08:58:32 -050010
11PV = "1.0.1+git${SRCPV}"
12
Patrick Williams92b42cb2022-09-03 06:53:57 -050013SRCREV = "7d622d916be16f2df5a72bf53a42f3a326bbfaa4"
Patrick Williams45852732022-04-02 08:58:32 -050014SRC_URI = "git://github.com/libimobiledevice/idevicerestore;protocol=https;branch=master"
15
16S = "${WORKDIR}/git"
17inherit autotools pkgconfig