app-pda/libtatsu - 1.0.5 (pentoo)

Search

Install

Install this version:

emerge -a =app-pda/libtatsu-1.0.5

Package Information

Description:
Library handling the communication with Apple's Tatsu Signing Server (TSS)
Homepage:
https://libimobiledevice.org/
License:
GPL-2+ LGPL-2.1+

Ebuild Details

Version EAPI Keywords Slot
1.0.5 8 amd64 ~arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86 0
View Raw Ebuild
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Library handling the communication with Apple's Tatsu Signing Server (TSS) "
HOMEPAGE="https://libimobiledevice.org/"
SRC_URI="https://github.com/libimobiledevice/${PN}/releases/download/${PV}/${P}.tar.bz2 -> ${P}.gh.tar.bz2"

LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86"
IUSE="test"
RESTRICT="!test? ( test )"

BDEPEND="virtual/pkgconfig"
DEPEND="app-pda/libplist:=
	net-misc/curl"
RDEPEND="${DEPEND}"

src_configure() {
	econf \
		--disable-static \
		$(usex kernel_linux '' --without-inotify)
}

src_install() {
	default
	find "${D}" -name '*.la' -type f -delete || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-pda/libtatsu | euse -E <flag> -p app-pda/libtatsu | euse -D <flag> -p app-pda/libtatsu

Global/Standard Flags

Dependencies

DEPEND

app-pda/libplist:=
	net-misc/curl

RDEPEND

app-pda/libplist:=
	net-misc/curl

BDEPEND

virtual/pkgconfig

Manifest for 1.0.5

Type File Size Source URLs
DIST libtatsu-1.0.5.gh.tar.bz2 302913 bytes https://github.com/libimobiledevice/libtatsu/releases/download/1.0.5/libtatsu-1.0.5.tar.bz2