You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-cdr/mp3burn/mp3burn-0.4.2.ebuild

38 lines
702 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils
DESCRIPTION="Burn mp3s without filling up your disk with .wav files"
HOMEPAGE="https://sourceforge.net/projects/mp3burn"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}
app-cdr/cdrtools
media-sound/mpg123
media-libs/flac
media-sound/vorbis-tools
dev-perl/MP3-Info
dev-perl/Ogg-Vorbis-Header
dev-perl/String-ShellQuote
"
S="${WORKDIR}/${PN}"
src_prepare() {
epatch "${FILESDIR}/${P}-build.patch"
}
src_install() {
dobin ${PN}
doman ${PN}.1
einstalldocs
}