dev-libs/libthai - 0.1.29 (nest)

Search

Package Information

Description:
A a set of Thai language support routines
Homepage:
https://github.com/tlwg/libthai
License:
LGPL-2.1

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="A a set of Thai language support routines"
HOMEPAGE="https://github.com/tlwg/libthai"
SRC_URI="https://github.com/tlwg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-libs/libdatrie"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_prepare() {
	default

	# set version (build-aux/git-version-gen)
	echo "${PV}" > VERSION

	eautoreconf
}

src_configure() {
	econf --disable-doxygen-doc
}

src_install() {
	default

	rm -f "${ED}"/usr/"$(get_libdir)"/*.la || die "rm failed"
}

Dependencies

DEPEND

dev-libs/libdatrie

RDEPEND

dev-libs/libdatrie

BDEPEND

virtual/pkgconfig

Manifest for 0.1.29

Type File Size Source URLs
DIST libthai-0.1.29.tar.gz 776713 bytes https://github.com/tlwg/libthai/archive/v0.1.29.tar.gz