summaryrefslogtreecommitdiff
path: root/libsdl/libsdl-gfx_2.0.11.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libsdl/libsdl-gfx_2.0.11.oe')
-rw-r--r--libsdl/libsdl-gfx_2.0.11.oe18
1 files changed, 18 insertions, 0 deletions
diff --git a/libsdl/libsdl-gfx_2.0.11.oe b/libsdl/libsdl-gfx_2.0.11.oe
index e69de29bb2..c3257b8996 100644
--- a/libsdl/libsdl-gfx_2.0.11.oe
+++ b/libsdl/libsdl-gfx_2.0.11.oe
@@ -0,0 +1,18 @@
+DESCRIPTION = "Simple DirectMedia Layer graphic primitives library."
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+DEPENDS = "zlib libpng jpeg virtual/libsdl"
+
+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() {
+ oe_libinstall -so libSDL_gfx ${STAGING_LIBDIR}
+ install -m 0644 *.h ${STAGING_INCDIR}/SDL/
+}
+