mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
libdwarf: v20180527 bump
This commit is contained in:
parent
04293c16fc
commit
499d11ab54
2 changed files with 27 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST libdwarf-20180129.tar.gz 1823832 BLAKE2B 1d65c4884e5c7d017f540f884ad281ddb3ef86bd0571c2634ef07c0dd9dd708f7a38f4febe1af83c1193ca476b7f851c5c005bc4854d27b30d9a97b2db653d33 SHA512 02f8024bb9959c91a1fe322459f7587a589d0965956d643921a173e6f9e0a184db7aef66f0fd2548d6695be7f9ee368f1cc8940cea4ddda01ff99d28bbf1fe58
|
||||
DIST libdwarf-20180527.tar.gz 1861570 BLAKE2B a7c1c8154f7155adb5aa528e8b3863fd7a52660b492e68b5a1419e2f7e6c4dc1bac6a54429668fc183a7dadacbc96cd2aaaae4daadfe0d548c9dbdca4271145b SHA512 f8f285373d03498e0bcf607d61cc0fb17b555ca48bbeda7c133a9c620e34b727973aceecfa5402b53189211e3a0f15dbe49951c2cf3e63e43775fbc8e9fbfa5d
|
||||
|
|
|
|||
26
dev-libs/libdwarf/libdwarf-20180527.ebuild
Normal file
26
dev-libs/libdwarf/libdwarf-20180527.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="The DWARF Debugging Information Format"
|
||||
HOMEPAGE="https://www.prevanders.net/dwarf.html"
|
||||
SRC_URI="https://www.prevanders.net/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="virtual/libelf"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/dwarf-${PV}
|
||||
|
||||
src_install(){
|
||||
dobin dwarfdump/dwarfdump
|
||||
dolib.a libdwarf/libdwarf.a
|
||||
doheader libdwarf/libdwarf.h
|
||||
insinto /etc/
|
||||
doins dwarfdump/dwarfdump.conf
|
||||
}
|
||||
Loading…
Reference in a new issue