summaryrefslogtreecommitdiff
path: root/vorbis-tools
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /vorbis-tools
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'vorbis-tools')
-rw-r--r--vorbis-tools/vorbis-tools_1.0.1.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/vorbis-tools/vorbis-tools_1.0.1.oe b/vorbis-tools/vorbis-tools_1.0.1.oe
index d5291cc55d..26361ebfc9 100644
--- a/vorbis-tools/vorbis-tools_1.0.1.oe
+++ b/vorbis-tools/vorbis-tools_1.0.1.oe
@@ -4,12 +4,12 @@ DESCRIPTION = " vorbis-tools contains oggenc (an encoder), ogg123 (a playback to
ogginfo (displays ogg information), vcut (ogg file splitter), and \
vorbiscomment (ogg comment editor)."
-SRC_URI = http://www.vorbis.com/files/1.0.1/unix/vorbis-tools-${PV}.tar.gz \
- file://${FILESDIR}/m4.patch;patch=1
+SRC_URI = "http://www.vorbis.com/files/${PV}/unix/vorbis-tools-${PV}.tar.gz \
+ file://${FILESDIR}/m4.patch;patch=1"
inherit autotools libtool
-EXTRA_OECONF = '--without-flac --without-speex \
+EXTRA_OECONF = "--without-flac --without-speex \
--with-ogg-libraries=${STAGING_LIBDIR}/ \
--with-ogg-includes=${STAGING_INCDIR}/ \
--with-vorbis-libraries=${STAGING_LIBDIR}/ \
@@ -17,4 +17,4 @@ EXTRA_OECONF = '--without-flac --without-speex \
--with-ao-libraries=${STAGING_LIBDIR}/ \
--with-ao-includes=${STAGING_INCDIR}/ \
--with-curl-libraries=${STAGING_LIBDIR}/ \
- --with-curl-includes=${STAGING_INCDIR}/'
+ --with-curl-includes=${STAGING_INCDIR}/"