diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 06:46:29 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 06:46:29 +0000 |
commit | 7d510aaae3aabac28cfb76cf00bc963fc38e87a2 (patch) | |
tree | 521b8b816a344877c661a779da9da84057d005a8 /media-sound | |
parent | binutils bumped (diff) | |
download | gentoo-2-7d510aaae3aabac28cfb76cf00bc963fc38e87a2.tar.gz gentoo-2-7d510aaae3aabac28cfb76cf00bc963fc38e87a2.tar.bz2 gentoo-2-7d510aaae3aabac28cfb76cf00bc963fc38e87a2.zip |
changed SRC_URI to be accurate
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/streamripper/streamripper-1.32.ebuild | 15 |
1 files changed, 9 insertions, 6 deletions
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 \ |