1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Library to deal with DWARF Debugging Information Format"
9 HOMEPAGE="https://github.com/Distrotech/libdwarf"
10 SRC_URI="https://github.com/Distrotech/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
12 LICENSE="GPL-2 LGPL-2"
14 KEYWORDS="~amd64 ~x86"
17 S="${WORKDIR}/${P}/${PN}"
19 # dirty hack, since I can't properly patch buildsystem
20 QA_PREBUILT="*/${PN}.so"
27 use static-libs && dolib.a libdwarf.a
33 dodoc NEWS README CHANGES