Install this version:
emerge -a =app-pda/libtatsu-1.0.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-pda/libtatsu-1.0.5
Or alternatively:
emerge --autounmask-write -a =app-pda/libtatsu-1.0.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.5 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Library handling the communication with Apple's Tatsu Signing Server (TSS)."
HOMEPAGE="https://github.com/libimobiledevice/libtatsu"
SRC_URI="https://github.com/libimobiledevice/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=app-pda/libplist-2.6.0:=
net-misc/curl"
RDEPEND="${DEPEND}"
src_prepare() {
default
RELEASE_VERSION=${PV} eautoreconf
}
src_configure() {
econf --disable-static
}
src_install() {
default
rm "${D}/usr/$(get_libdir)/${PN}.la" || die
}
>=app-pda/libplist-2.6.0:= net-misc/curl
>=app-pda/libplist-2.6.0:= net-misc/curl
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libtatsu-1.0.5.tar.gz | 28394 bytes | https://github.com/libimobiledevice/libtatsu/archive/refs/tags/1.0.5.tar.gz |