Package-Manager: Portage-2.3.24, Repoman-2.3.6
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=6
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
MY_P=${P/iripdb/iRipDB}
-S=${WORKDIR}/${PN}
DESCRIPTION="Allows generating the DB files necessary for the iRiver iHP-1xx"
HOMEPAGE="http://www.fataltourist.com/iripdb/"
DEPEND="${RDEPEND}
app-arch/unzip"
+S=${WORKDIR}/${MY_P}
+
src_compile() {
echo "$(tc-getCXX) ${CXXFLAGS} -c -o main.o main.cpp"
$(tc-getCXX) ${CXXFLAGS} -c -o main.o -I/usr/include/taglib main.cpp
}
src_install() {
- dobin iripdb || die
- dodoc AUTHORS README doc/iRivDB_structure || die
+ dobin iripdb
+ dodoc AUTHORS README doc/iRivDB_structure
}