1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION="A tool to interact with the installation_proxy of an Apple's iDevice"
7 HOMEPAGE="https://libimobiledevice.org"
8 SRC_URI="https://github.com/libimobiledevice/ideviceinstaller/releases/download/${PV}/${P}.tar.bz2"
14 RDEPEND=">=app-pda/libimobiledevice-1.3.0:=
15 >=app-pda/libplist-2.3.0:=
16 >=dev-libs/libzip-0.8"
18 BDEPEND="virtual/pkgconfig"
22 sed -i -e 's:-Werror -g::' configure || die