app-pda/libirecovery - 1.3.1 (joecool-overlay)

Search

Package Information

Description:
Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux
Homepage:
https://github.com/libimobiledevice/libirecovery
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.3.1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux "
HOMEPAGE="https://github.com/libimobiledevice/libirecovery"
SRC_URI="https://github.com/libimobiledevice/${PN}/releases/download/${PV}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~amd64"

RDEPEND="
	app-pda/libimobiledevice-glue
"
DEPEND="${RDEPEND}"

src_install() {
	emake DESTDIR="${D}" install
	einstalldocs
	find "${ED}" -name '*.la' -delete || die
}

Dependencies

DEPEND

	app-pda/libimobiledevice-glue

RDEPEND

	app-pda/libimobiledevice-glue

Manifest for 1.3.1

Type File Size Source URLs
DIST libirecovery-1.3.1.tar.bz2 337034 bytes https://github.com/libimobiledevice/libirecovery/releases/download/1.3.1/libirecovery-1.3.1.tar.bz2