app-pda/libtatsu - 1.0.5 (arrans-overlay)

Search

Package Information

Description:
Library to handle Apple's TSS protocol
Homepage:
https://libimobiledevice.org/
License:
LGPL-2.1

Ebuild Details

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

EAPI=8

DESCRIPTION="Library to handle Apple's TSS protocol"
HOMEPAGE="https://libimobiledevice.org/"
SRC_URI="https://github.com/libimobiledevice/${PN}/releases/download/${PV}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0/0"
KEYWORDS="~amd64"
IUSE="static-libs"

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

src_configure() {
	econf $(use_enable static-libs static)
}

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

USE Flags

Dependencies

DEPEND

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

RDEPEND

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

BDEPEND

virtual/pkgconfig

Manifest for 1.0.5

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