# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit systemd udev git-r3 autotools DESCRIPTION="Restore/upgrade firmware of iOS devices" HOMEPAGE="https://libimobiledevice.org/" #SRC_URI="https://github.com/libimobiledevice/idevicerestore/releases/download/${PV}/${P}.tar.bz2" EGIT_REPO_URI="https://github.com/libimobiledevice/idevicerestore.git" # src/utils.h is LGPL-2.1+, rest is found in COPYING* LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1+" SLOT="0" KEYWORDS="" #"~amd64 ~arm ~ppc ~ppc64 ~x86" RESTRICT="mirror" DEPEND=" acct-user/usbmux >=app-pda/libimobiledevice-1.3.0:= >=app-pda/libirecovery-1.1.0:= >=app-pda/libplist-2.2:= virtual/libusb:1= app-pda/libtatsu " RDEPEND=" ${DEPEND} virtual/udev " BDEPEND=" virtual/pkgconfig " src_configure() { eautoreconf econf emake }