mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 00:01:15 +02:00
libdwarf: 20190529 bump
This commit is contained in:
parent
8c0a902b55
commit
2dddfb2015
2 changed files with 25 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST libdwarf-20190110.tar.gz 2257739 BLAKE2B 61e025903e18a81811b9222cda1d38aac3cb07526240b14e61c82f92ca80d61c171cb9a63b9b1288a4c345d9381628a8be95892b3c2dab51421b71c02c3872d8 SHA512 3d754da425e6d0608f560fae8e2a4089a8d28db0ffc6709ec8529d64be8676aebcf76adb3c9648af8ee2b2ffc7c53c603804e649bc0581003711b82e54d6868a
|
||||
DIST libdwarf-20190505.tar.gz 2396531 BLAKE2B 6cefd9d7a1d0c6ec41bff44928d467734fcd3e7530d739b84372a314f8376f3703798a8b0d6321c2c67ce1a011f8261e9a82671121aa16efa2ee13868182d639 SHA512 0bd22bc62c72819198917a7fd25859052913e38bd2b09a73ccaa8e57c9ed072b8f14763c5b34b6dcb91e9f904535ced1122cfd9d5e036d07508c478b30522726
|
||||
DIST libdwarf-20190529.tar.gz 2404715 BLAKE2B 7f4b92ce8286403467c394e3acffbf6c9da0adabb724bf92776d14f23a598c38d63c858756fbe2cb35d362c84225a6bd22d4f6a6074a9060bfb9c3dccc60b213 SHA512 495f194e5be0537b351b359d8529ab7f89fc93bedd8950526c9d0a7bbf4df112730b27339434d3ae8fac516db6bbce59ea5aca2236ee16c21213de0d9b0840ad
|
||||
|
|
|
|||
24
dev-libs/libdwarf/libdwarf-20190529.ebuild
Normal file
24
dev-libs/libdwarf/libdwarf-20190529.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