1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/media-sound/streamripper/streamripper-1.64.0.ebuild,v 1.8 2012/05/05 08:53:55 mgorny Exp $
5 DESCRIPTION="Extracts and records individual MP3 file tracks from shoutcast streams"
6 HOMEPAGE="http://streamripper.sourceforge.net"
7 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
11 KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
14 RDEPEND="media-libs/libmad
17 vorbis? ( media-libs/libvorbis )"
22 econf --disable-dependency-tracking $(use_with vorbis ogg) \
23 --without-included-libmad --without-included-glib \
24 --without-included-argv --without-included-cdk
25 emake || die "emake failed."
29 emake DESTDIR="${D}" install || die "emake install failed."
30 dodoc CHANGES README THANKS