libsdl gfx: update to 2.0.17
authorKoen Kooi <koen@openembedded.org>
Mon, 22 Sep 2008 11:16:25 +0000 (11:16 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 22 Sep 2008 11:16:25 +0000 (11:16 +0000)
packages/libsdl/libsdl-gfx_2.0.17.bb [new file with mode: 0644]

diff --git a/packages/libsdl/libsdl-gfx_2.0.17.bb b/packages/libsdl/libsdl-gfx_2.0.17.bb
new file mode 100644 (file)
index 0000000..79af40a
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "Simple DirectMedia Layer graphic primitives library."
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "zlib libpng jpeg virtual/libsdl"
+LICENSE = "LGPL"
+
+SRC_URI = "http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/SDL_gfx-${PV}.tar.gz"
+S = "${WORKDIR}/SDL_gfx-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-mmx"
+
+do_stage() {
+       autotools_stage_all
+}
+