From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Sat, 13 Mar 2004 05:42:36 +0000
Subject: First pass of .oe cleanups.

BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
---
 vorbis-tools/vorbis-tools_1.0.1.oe | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

(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 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}/'
-- 
cgit v1.2.3