gentoo-ebuilds/app-cdr/iat/iat-0.1.7-r1.ebuild
Sergei Trofimovich d3ea1413f3
app-cdr/iat: update to EAPI=8
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2021-07-26 23:42:00 +01:00

18 lines
440 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="BIN, MDF, PDI, CDI, NRG, and B5I converters"
HOMEPAGE="https://www.berlios.de/software/iso9660-analyzer-tool"
SRC_URI="https://download.sourceforge.net/iat.berlios/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
src_configure() {
econf \
--includedir="${EPREFIX}/usr/include/${PN}"
}