app-pda/libimobiledevice-glue: add 1.3.1

Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/40931
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Filip Kobierski
2025-03-06 18:34:21 +01:00
committed by Sam James
parent fe63400ebe
commit 81aeba9f55
2 changed files with 29 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST libimobiledevice-glue-1.3.0.tar.bz2 340138 BLAKE2B c9133e6ec5d88cd3b0345f4dd2f3fc63f204dbc996ac649423884d9ed0e240e4659c7f9470560887db69255d3d675c4d38963c9b0f53521d835f33a4b3a9c93f SHA512 920705a2c467357308241d623ec0bd60eb76c225f11be45b06c4565e93b0daf6502a189e2c0278b36476d2d48472e690ab86cc7cc1a8c9365410510f60011011
DIST libimobiledevice-glue-1.3.1.tar.bz2 339881 BLAKE2B 26d31a605fcf2b700715d521d07076b4702a928ad865bec7a2bb269b88bc9d68a352a5ea8520ab337d8c77a1afd6e8da6b1ea49072a7e67e1ad4557e43f9ee40 SHA512 8ce1fa78f9edd0c4c44575554a42dc8866e8ffb3983138a93403119b55260106fa5bd9d2cef289f22b23202e61db52bc7f875048d8e30dabdb0790d692044ea5

View File

@@ -0,0 +1,28 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit libtool
DESCRIPTION="Support library for libimobiledevice projects"
HOMEPAGE="https://github.com/libimobiledevice/libimobiledevice-glue"
SRC_URI="https://github.com/libimobiledevice/libimobiledevice-glue/releases/download/${PV}/${P}.tar.bz2"
LICENSE="LGPL-2.1+"
SLOT="0/0.1.0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
RDEPEND=">=app-pda/libplist-2.3:="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare() {
default
elibtoolize
}
src_install() {
default
find "${D}" -name '*.la' -delete || die
}