Install this version:
emerge -a =app-pda/ideviceinstaller-1.1.1
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A tool to interact with the installation_proxy of an Apple's iDevice"
HOMEPAGE="http://www.libimobiledevice.org/ https://github.com/libimobiledevice/ideviceinstaller"
SRC_URI="https://github.com/libimobiledevice/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND=">=app-pda/libimobiledevice-1.3.0:=
>=app-pda/libplist-1.8:=
>=dev-libs/libzip-0.10:="
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS=( AUTHORS NEWS README.md )
src_prepare() {
./autogen.sh
sed -i -e 's:-Werror -g::' configure || die
eapply_user
}
>=app-pda/libimobiledevice-1.3.0:= >=app-pda/libplist-1.8:= >=dev-libs/libzip-0.10:= virtual/pkgconfig
>=app-pda/libimobiledevice-1.3.0:= >=app-pda/libplist-1.8:= >=dev-libs/libzip-0.10:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ideviceinstaller-1.1.1.tar.gz | 21915 bytes | https://github.com/libimobiledevice/ideviceinstaller/archive/1.1.1.tar.gz |