From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- vorbis-tools/vorbis-tools_1.0.1.oe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vorbis-tools') 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}/" -- cgit v1.2.3