summaryrefslogtreecommitdiff
path: root/vorbis-tools
diff options
context:
space:
mode:
Diffstat (limited to 'vorbis-tools')
-rw-r--r--vorbis-tools/vorbis-tools_1.0.1.oe17
1 files changed, 17 insertions, 0 deletions
diff --git a/vorbis-tools/vorbis-tools_1.0.1.oe b/vorbis-tools/vorbis-tools_1.0.1.oe
index e69de29bb2..cfd05cb300 100644
--- a/vorbis-tools/vorbis-tools_1.0.1.oe
+++ b/vorbis-tools/vorbis-tools_1.0.1.oe
@@ -0,0 +1,17 @@
+DEPENDS = "virtual/libc libogg libvorbis libao curl"
+RDEPENDS = "libc6 libogg libvorbis libao curl"
+
+SRC_URI = http://www.vorbis.com/files/1.0.1/unix/vorbis-tools-${PV}.tar.gz \
+ file://${FILESDIR}/m4.patch;patch=1
+
+inherit autotools libtool
+
+EXTRA_OECONF = '--without-flac --without-speex \
+ --with-ogg-libraries=${STAGING_LIBDIR}/ \
+ --with-ogg-includes=${STAGING_INCDIR}/ \
+ --with-vorbis-libraries=${STAGING_LIBDIR}/ \
+ --with-vorbis-includes=${STAGING_INCDIR}/ \
+ --with-ao-libraries=${STAGING_LIBDIR}/ \
+ --with-ao-includes=${STAGING_INCDIR}/ \
+ --with-curl-libraries=${STAGING_LIBDIR}/ \
+ --with-curl-includes=${STAGING_INCDIR}/'