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/media-sound/rip/rip-1.07-r1.ebuild

29 lines
645 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A command-line based audio CD ripper and mp3 encoder"
SRC_URI="http://rip.sourceforge.net/download/${P}.tar.gz"
HOMEPAGE="http://rip.sourceforge.net"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 sparc x86"
RDEPEND="media-sound/cdparanoia
virtual/eject
dev-lang/perl
>=dev-perl/CDDB_get-2.10
>=dev-perl/MP3-Info-0.91
|| ( media-sound/vorbis-tools media-sound/lame media-libs/flac media-sound/bladeenc )"
PATCHES=(
"${FILESDIR}/${P}-change-to-gnudb-org.patch"
)
src_install() {
dobin rip
einstalldocs
}