summaryrefslogtreecommitdiff
path: root/libsdl/libsdl-image_1.2.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libsdl/libsdl-image_1.2.3.oe')
-rw-r--r--libsdl/libsdl-image_1.2.3.oe12
1 files changed, 6 insertions, 6 deletions
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 <mickey@Vanille.de>"
-RDEPENDS=libc6 libjpeg62 libpng3 zlib1g libsdl
-DEPENDS=virtual/libc base/zlib base/libpng base/jpeg virtual/libsdl
+SECTION = "NET"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+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