mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
libdwarf: install headers
This commit is contained in:
parent
b6a6a53638
commit
f1d07e18a0
1 changed files with 23 additions and 0 deletions
23
dev-libs/libdwarf/libdwarf-20180706-r1.ebuild
Normal file
23
dev-libs/libdwarf/libdwarf-20180706-r1.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="The DWARF Debugging Information Format"
|
||||
HOMEPAGE="https://www.prevanders.net/dwarf.html"
|
||||
SRC_URI="https://www.prevanders.net/alpha-${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="virtual/libelf"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install(){
|
||||
emake DESTDIR="${D}" install
|
||||
# doheader libdwarf/dwarf.h libdwarf/dwarf.h
|
||||
insinto /usr/include/libdwarf
|
||||
doins libdwarf/dwarf.h
|
||||
}
|
||||
Loading…
Reference in a new issue