From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 05:42:36 +0000 Subject: First pass of .oe cleanups. BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw --- portaudio/portaudio_0.0.19.oe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'portaudio') diff --git a/portaudio/portaudio_0.0.19.oe b/portaudio/portaudio_0.0.19.oe index f8b416edcb..7c1814ecf8 100644 --- a/portaudio/portaudio_0.0.19.oe +++ b/portaudio/portaudio_0.0.19.oe @@ -1,13 +1,13 @@ -DESCRIPTION=A portable audio library -SECTION="libs" -PRIORITY="optional" -MAINTAINER="Michael Lauer " -RDEPENDS=libc6 -DEPENDS=virtual/libc +DESCRIPTION = "A portable audio library" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer " +RDEPENDS = "libc6" +DEPENDS = "virtual/libc" SRC_URI=http://www.portaudio.com/archives/pa_snapshot_v19.tar.gz \ file://${FILESDIR}/flags.patch;patch=1 -S=${WORKDIR}/portaudio +S = "${WORKDIR}/portaudio" inherit autotools libtool pkgconfig -- cgit 1.2.3-korg