dev-python/agate: Bump to 1.13.0
[gentoo/gentoo.git] / app-pda / ideviceinstaller / ideviceinstaller-1.1.1.ebuild
blob9eb64ddb1680495bdcf40b7e5b701465054451b4
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
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"
10 LICENSE="GPL-2+"
11 SLOT="0"
12 KEYWORDS="amd64 x86"
14 RDEPEND=">=app-pda/libimobiledevice-1.3.0:=
15         >=app-pda/libplist-2.3.0:=
16         >=dev-libs/libzip-0.8"
17 DEPEND="${RDEPEND}"
18 BDEPEND="virtual/pkgconfig"
20 src_prepare() {
21         default
22         sed -i -e 's:-Werror -g::' configure || die