diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-01 09:46:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-01 09:46:42 +0000 |
commit | 80c12cf16a66bb005027b930c12e0c1d009767ea (patch) | |
tree | 0bb091436b38bf541224631666a1f30187ab036d /media-libs/audiofile/audiofile-0.2.3-r1.ebuild | |
parent | all ebuilds with fixed SRC_URI and HOMEPAGE (diff) | |
download | gentoo-2-80c12cf16a66bb005027b930c12e0c1d009767ea.tar.gz gentoo-2-80c12cf16a66bb005027b930c12e0c1d009767ea.tar.bz2 gentoo-2-80c12cf16a66bb005027b930c12e0c1d009767ea.zip |
SRC_URI and HOMEPAGE fix
Diffstat (limited to 'media-libs/audiofile/audiofile-0.2.3-r1.ebuild')
-rw-r--r-- | media-libs/audiofile/audiofile-0.2.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/audiofile/audiofile-0.2.3-r1.ebuild b/media-libs/audiofile/audiofile-0.2.3-r1.ebuild index e9f55080a9ea..89fb9cf75f54 100644 --- a/media-libs/audiofile/audiofile-0.2.3-r1.ebuild +++ b/media-libs/audiofile/audiofile-0.2.3-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.3-r1.ebuild,v 1.16 2003/08/18 05:50:11 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.3-r1.ebuild,v 1.17 2003/11/01 09:46:40 seemant Exp $ inherit libtool gnuconfig S=${WORKDIR}/${P} DESCRIPTION="An elegant API for accessing audio files" -SRC_URI="ftp://oss.sgi.com/projects/audiofile/download/${P}.tar.gz" -HOMEPAGE="http://oss.sgi.com/projects/audiofile/" +HOMEPAGE="http://www.68k.org/~michael/audiofile/" +SRC_URI="http://www.68k.org/~michael/audiofile/${P}.tar.gz" DEPEND="virtual/glibc" |