1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 MY_PN="yubikey-personalization"
10 DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
11 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
12 SRC_URI="https://github.com/Yubico/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
16 KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
18 RDEPEND="dev-libs/json-c:=
19 >=sys-auth/libyubikey-1.6
22 BDEPEND="app-text/asciidoc
26 "${FILESDIR}"/${PN}-1.20.0-fix-gcc10-fno-common.patch
27 "${FILESDIR}"/${PN}-1.20.0-json-boolean.patch
30 DOCS=( doc/. AUTHORS NEWS README )
32 S="${WORKDIR}/${MY_PN}-${PV}"
41 --libdir=/usr/$(get_libdir)
44 econf "${myeconfargs[@]}"
50 udev_dorules 69-yubikey.rules
52 find "${D}" -name '*.la' -delete || die