From 8c64cef0ffb72c00aadd32e68e5aa4c87956ae9a Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 3 Apr 2021 21:16:58 -0400 Subject: dev-libs/libdwarf: bump --- dev-libs/libdwarf/libdwarf-20210305.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-libs/libdwarf/libdwarf-20210305.ebuild (limited to 'dev-libs/libdwarf/libdwarf-20210305.ebuild') diff --git a/dev-libs/libdwarf/libdwarf-20210305.ebuild b/dev-libs/libdwarf/libdwarf-20210305.ebuild new file mode 100644 index 0000000..4b8675f --- /dev/null +++ b/dev-libs/libdwarf/libdwarf-20210305.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 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}" --enable-shared --disable-static +} -- cgit v1.2.3-54-g00ecf