sci-misc/lttoolbox - 3.8.2 (gentoo)

Search

Install

Install this version:

emerge -a =sci-misc/lttoolbox-3.8.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-misc/lttoolbox-3.8.2

Or alternatively:

emerge --autounmask-write -a =sci-misc/lttoolbox-3.8.2

Package Information

Description:
Toolbox for lexical processing, morphological analysis and generation of words
Homepage:
https://www.apertium.org
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words"
HOMEPAGE="https://www.apertium.org"
SRC_URI="https://github.com/apertium/lttoolbox/releases/download/v${PV}/${P}.tar.bz2"

LICENSE="GPL-2"
# PKG_VERSION_ABI in configure.ac
SLOT="0/3"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-libs/icu:=
	dev-libs/libxml2:2=
"
DEPEND="${RDEPEND}
	dev-libs/utfcpp
"
BDEPEND="virtual/pkgconfig"

src_configure() {
	local mycmakecargs=(
		-DBUILD_TESTING=$(usex test)
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p sci-misc/lttoolbox | euse -E <flag> -p sci-misc/lttoolbox | euse -D <flag> -p sci-misc/lttoolbox

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/icu:=
	dev-libs/libxml2:2=

	dev-libs/utfcpp

RDEPEND

	dev-libs/icu:=
	dev-libs/libxml2:2=

BDEPEND

virtual/pkgconfig

Manifest for 3.8.2

Type File Size Source URLs
DIST lttoolbox-3.8.2.tar.bz2 157342 bytes https://github.com/apertium/lttoolbox/releases/download/v3.8.2/lttoolbox-3.8.2.tar.bz2