Skip to content

Commit

Permalink
dev-libs/elfio: EAPI 6 bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
Amynka committed Aug 22, 2017
1 parent 13770b8 commit f17b404
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit f17b404

Please sign in to comment.