mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 21:55:04 +02:00
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
18 lines
440 B
Bash
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}"
|
|
}
|