app-admin/awscli: Bump to 1.37.9
[gentoo/gentoo.git] / media-libs / libuninameslist / libuninameslist-20230916.ebuild
blob71bb700227b5414ffa1c4219c1e303eab084bdc9
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DESCRIPTION="Library of unicode annotation data"
7 HOMEPAGE="https://github.com/fontforge/libuninameslist"
8 SRC_URI="https://github.com/fontforge/libuninameslist/releases/download/${PV}/${PN}-dist-${PV}.tar.gz"
10 LICENSE="BSD"
11 SLOT="0/1"
12 KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
14 src_configure() {
15         econf --enable-frenchlib
18 src_install() {
19         default
21         find "${ED}" -name '*.la' -delete || die