Package-Manager: Portage-2.3.40, Repoman-2.3.9
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="command-line utility to create toc-files for cdrdao"
HOMEPAGE="https://sourceforge.net/projects/mkcdtoc/"
DEPEND=">=dev-lang/perl-5.8.0"
RDEPEND="${DEPEND}"
-
-src_compile() {
- emake PREFIX="/usr" || die "emake failed"
-}
-
-src_install() {
- emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}