mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
libdwarf: 20190110 bump, after upstream fixed the download link
This commit is contained in:
parent
ed23f1658c
commit
5a4ce193c7
2 changed files with 25 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST libdwarf-20181024.tar.gz 2192118 BLAKE2B cb68c4eb5d61ac1cc8bb7c5986a72697c6bc350a8a775b3c6a9bd1895c8defe2d0cc5662c49cf91089729cc4380122310b369a162be1c4265dd67faa38987978 SHA512 134f8639c4a2ddf012ab196551bcc9afc65c729b36299ebf807de94561fe878473ea58443d33daaa96f008b28dd169ab29f65616e9f1e44a6e7921cfde6e3f19
|
||||
DIST libdwarf-20190104.tar.gz 2257377 BLAKE2B 7892a8af8cf1189abefa5ac85eba5e70f0e5b68cb6fdff3b1ebeba2653a629a78b523c9b463962ed8ca436ad04c39a0800738146748b9b7b970833976534de24 SHA512 6f6891df47cd76aa8ee5cbbad91c43de2c6a9b6cee27c8f5f64dc9df3e37c577718f8056e7a71fba6215c7751ccb834935f52532032eb16bae2c26b3a3450677
|
||||
DIST libdwarf-20190110.tar.gz 2257739 BLAKE2B 61e025903e18a81811b9222cda1d38aac3cb07526240b14e61c82f92ca80d61c171cb9a63b9b1288a4c345d9381628a8be95892b3c2dab51421b71c02c3872d8 SHA512 3d754da425e6d0608f560fae8e2a4089a8d28db0ffc6709ec8529d64be8676aebcf76adb3c9648af8ee2b2ffc7c53c603804e649bc0581003711b82e54d6868a
|
||||
|
|
|
|||
24
dev-libs/libdwarf/libdwarf-20190110.ebuild
Normal file
24
dev-libs/libdwarf/libdwarf-20190110.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
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}"
|
||||
|
||||
src_configure() {
|
||||
econf --includedir="${EPREFIX}/usr/include/${PN}"
|
||||
}
|
||||
|
||||
src_install(){
|
||||
emake DESTDIR="${D}" install
|
||||
}
|
||||
Loading…
Reference in a new issue