summaryrefslogtreecommitdiff
path: root/dev-libs/libdwarf/libdwarf-20210305.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-04-03 21:16:58 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-04-03 21:16:58 -0400
commit8c64cef0ffb72c00aadd32e68e5aa4c87956ae9a (patch)
tree19428321aade77b3ee7079c5a4ccb597406ad5d3 /dev-libs/libdwarf/libdwarf-20210305.ebuild
parentc9ce43617c821f90c6f1bc0e1ab5fe0aa4d3b0d6 (diff)
downloadgentoo-overlay-8c64cef0ffb72c00aadd32e68e5aa4c87956ae9a.tar.xz
gentoo-overlay-8c64cef0ffb72c00aadd32e68e5aa4c87956ae9a.zip
dev-libs/libdwarf: bump
Diffstat (limited to 'dev-libs/libdwarf/libdwarf-20210305.ebuild')
-rw-r--r--dev-libs/libdwarf/libdwarf-20210305.ebuild20
1 files changed, 20 insertions, 0 deletions
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
+}