*/*: Specify EAPI=0 explicitly, to ease greps
[gentoo.git] / app-cdr / poweriso / poweriso-1.3.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=0
5
6 DESCRIPTION="Utility to extract, list and convert PowerISO DAA image files"
7 HOMEPAGE="http://www.poweriso.com"
8 SRC_URI="http://www.${PN}.com/${P}.tar.gz"
9
10 LICENSE="public-domain"
11 SLOT="0"
12 KEYWORDS="amd64 x86"
13 IUSE=""
14
15 QA_PRESTRIPPED="opt/bin/poweriso"
16
17 S=${WORKDIR}
18
19 src_install() {
20         into /opt
21         dobin ${PN} || die
22 }