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 --- libsdl/libsdl-image_1.2.3.oe | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libsdl/libsdl-image_1.2.3.oe') diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe index 7baf99179e..bf3894a546 100644 --- a/libsdl/libsdl-image_1.2.3.oe +++ b/libsdl/libsdl-image_1.2.3.oe @@ -1,11 +1,11 @@ -SECTION="NET" -PRIORITY="optional" -MAINTAINER="Michael Lauer " -RDEPENDS=libc6 libjpeg62 libpng3 zlib1g libsdl -DEPENDS=virtual/libc base/zlib base/libpng base/jpeg virtual/libsdl +SECTION = "NET" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer " +RDEPENDS = "libc6 libjpeg62 libpng3 zlib1g libsdl" +DEPENDS = "virtual/libc base/zlib base/libpng base/jpeg virtual/libsdl" SRC_URI=http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz -S = ${WORKDIR}/SDL_image-${PV} +S = "${WORKDIR}/SDL_image-${PV}" inherit autotools libtool -- cgit v1.2.3