mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/elfio: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
@@ -1,29 +1,30 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit eutils autotools
|
||||
EAPI=6
|
||||
|
||||
MY_P=ELFIO-${PV}
|
||||
inherit autotools
|
||||
|
||||
MY_P="ELFIO-${PV}"
|
||||
DESCRIPTION="ELF reader and producer implemented as a C++ library"
|
||||
HOMEPAGE="http://elfio.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/elfio/${MY_P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
PATCHES=( "${FILESDIR}/${P}-shared.patch" )
|
||||
|
||||
epatch "${FILESDIR}"/${P}-shared.patch
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "install failed"
|
||||
emake DESTDIR="${D}" install
|
||||
dodoc AUTHORS NEWS README
|
||||
}
|
||||
Reference in New Issue
Block a user