summaryrefslogtreecommitdiff
path: root/dev-libs/libdwarf/libdwarf-20210305.ebuild
blob: 4b8675f325bc6e6d05e02c18fce3cdbf55b92a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}