app-text/libdivvun - 0.3.10 (flammie)

Search

Package Information

Description:
Language technology tool library from Divvun
Homepage:
https://github.com/divvun/libdivvun/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.3.10 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors

EAPI=8
PYTHON_COMPAT=( python3_11 python3_12 python3_13  )
inherit autotools python-r1

DESCRIPTION="Language technology tool library from Divvun"
HOMEPAGE="https://github.com/divvun/libdivvun/"
SRC_URI="https://github.com/divvun/libdivvun/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"

SLOT="0"

KEYWORDS="~amd64"

IUSE="python"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

COMMON_DEPEND="dev-libs/pugixml
	sci-misc/hfst
	sci-misc/vislcg3
	app-arch/libarchive
	python? ( dev-lang/swig ) "
RDEPEND="${PYTHON_DEPS}
	${COMMON_DEPEND}"
DEPEND="${COMMON_DEPEND}"

src_prepare() {
	eapply_user
	eautoreconf
}

src_configure() {
	econf $(use_enable python python-bindings)
}

USE Flags

Dependencies

DEPEND

dev-libs/pugixml
	sci-misc/hfst
	sci-misc/vislcg3
	app-arch/libarchive
	python? ( dev-lang/swig ) 

RDEPEND

${PYTHON_DEPS}
	dev-libs/pugixml
	sci-misc/hfst
	sci-misc/vislcg3
	app-arch/libarchive
	python? ( dev-lang/swig ) 

Manifest for 0.3.10

Type File Size Source URLs
DIST libdivvun-0.3.10.tar.gz 959762 bytes https://github.com/divvun/libdivvun/archive/refs/tags/v0.3.10.tar.gz