Merge pull request #2337 from blshkv/master

libdwarf
This commit is contained in:
github-actions[bot] 2025-05-23 04:26:58 +00:00 committed by GitHub
commit 1cbc46c200
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 3 deletions

View file

@ -1 +1,2 @@
DIST libdwarf-0.4.1.tar.xz 2410800 BLAKE2B 88753ebc2606fbcc7a41ea3db8f5bc1b41357705f7b4e21acb49c13d96f3741a7305b764ab973bc9ac0c6c4246b668f82d93886451d9963f4237a9ff47694429 SHA512 793fe487de80fe6878f022b90f49ec334a0d7db071ff22a11902db5e3457cc7f3f853945a9ac74de2c40f7f388277f21c5b2e62745bca92d2bb55c51e9577693
DIST libdwarf-2.0.0.tar.xz 2935108 BLAKE2B 1573f39518eb4a63008281942c44545e114fb5af60dcf26b90c25f8061e1ab7ee0e9b4cb7b0a4025754727521e3646577b964112746060b817f0d1bfa34090fb SHA512 49c7c5c490e0bb2108508fdbe9f78dbe6b115a7dc63a672b127a0dc8958798b9d29212639d2c8f785bc4816bc3386729ea882ed554ea795c5f77fb5de109b6f9

View file

@ -10,10 +10,7 @@ SRC_URI="https://www.prevanders.net/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
IUSE=""
#DEPEND="virtual/libelf"
DEPEND=""
RDEPEND="${DEPEND}"
src_configure() {

View file

@ -0,0 +1,22 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="The DWARF Debugging Information Format"
HOMEPAGE="https://www.prevanders.net/dwarf.html"
SRC_URI="https://www.prevanders.net/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
RDEPEND="${DEPEND}"
src_configure() {
econf --includedir="${EPREFIX}/usr/include/${PN}"
}
#src_install(){
# emake DESTDIR="${D}" install
#}