libdwarf-20200719.ebuild

This commit is contained in:
blshkv 2020-08-04 16:35:25 +08:00
parent 148b284332
commit 31a1c6fb0b
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 2 additions and 27 deletions

View file

@ -1,3 +1,2 @@
DIST libdwarf-20191002.tar.gz 2511625 BLAKE2B 688e98a88852a3029085df5121b9c7aeeb250a1baf166c3ac6a612142831c4c9e7511158d1c04e86fd606bb2b8b7ec036a62217675d0adeec4ca087214adab9e SHA512 0d8b89a91d10badb40137a2c49e897e6d6beac7176fe877bd52b147a1f3307d9d0866398b0992c1ce50f8599b9ddce04fb82e8eeba6bbf6e80b581f96946a938
DIST libdwarf-20191104.tar.gz 2584210 BLAKE2B 3ca5db366524afd79d5b0ff475e575872c7faf87c3c8c986b47b73da1ec5fa494c8df182ea87cf08c0a65caaaa56290ba85456fc19a7d47cf0c4d59ad8c95795 SHA512 21cac4dc003ebb941a4aeb02454dfff4afddfbfca1bec7f595a25b8659110d76cdbb2ccb1c1c2290d94d62ed1c34e71d5fa469389752c4599f1a76a445a16b4a
DIST libdwarf-20200114.tar.gz 2574626 BLAKE2B 043b54f4d36b9e8f9ff8772dfe39bcf0f1659652644c2713d406cdc14aa6c7dbd684bfe8170159f4dfe9422c3508d5a6628d0283a7f6dc022439be5b6994d87e SHA512 b8ed28f0a7e0f537331cdcb1c9a4faf25103a70dc9e0f6985a836c4b84bd762e3631586105abc7a2632e2d35048217d79097dccafbb328f56752cb85990e222a
DIST libdwarf-20200719.tar.gz 2754563 BLAKE2B 6d6f48605eaa54a4aae99d9a1863b4eaf513d585720a699308edbab333b0ec1528b90f3cc945453c775a5dc4c19a9f62935ad5fb8a98a7d8f726bc3321fb9638 SHA512 d474482a7391ca660fa08c2f52ef1c2961b7c2e7e5b92bf733a9996b7f610ec227ff6ea00401f0b4fcd897552fc3b0b054e706a36aaffe10841a383391e013a0

View file

@ -1,24 +0,0 @@
# 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
}

View file

@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7