From 7d510aaae3aabac28cfb76cf00bc963fc38e87a2 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Tue, 25 Mar 2003 06:46:29 +0000 Subject: changed SRC_URI to be accurate --- media-sound/streamripper/streamripper-1.32.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'media-sound/streamripper/streamripper-1.32.ebuild') diff --git a/media-sound/streamripper/streamripper-1.32.ebuild b/media-sound/streamripper/streamripper-1.32.ebuild index 0f87076f4229..38353293ac17 100644 --- a/media-sound/streamripper/streamripper-1.32.ebuild +++ b/media-sound/streamripper/streamripper-1.32.ebuild @@ -1,16 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/streamripper/streamripper-1.32.ebuild,v 1.2 2003/02/13 13:20:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/streamripper/streamripper-1.32.ebuild,v 1.3 2003/03/25 06:46:29 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="Extracts and records individual MP3 file tracks from shoutcast streams" HOMEPAGE="http://streamripper.sourceforge.net" -SRC_URI="http://streamripper.sourceforge.net/dl/${P}.tar.gz" -LICENSE="GPL-2" +SRC_URI="${HOMEPAGE}/files/${P}.tar.gz" + + SLOT="0" -KEYWORDS="x86" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc" + DEPEND="virtual/glibc" -S=${WORKDIR}/${P} -RDEPEND=$DEPEND + src_compile() { ./configure \ -- cgit v1.2.3-65-gdbad