summaryrefslogtreecommitdiff
path: root/libsdl/libsdl-gfx_2.0.11.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-02 21:54:16 +0000
committerChris Larson <clarson@kergoth.com>2004-07-02 21:54:16 +0000
commit995161d9c5b8b571be91e9f47cb5dd7a376df8ab (patch)
treeb96a1b336eeeea7765cbbee1fc8ee7a579b1cab1 /libsdl/libsdl-gfx_2.0.11.oe
parentaa1acc005fba121a63f980235c0a33e6a059e18c (diff)
Remove base/ CATEGORY remnants.
BKrev: 40e5d988_ZJmyu3FYHwcnSRm2W9QGA
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/
+}
+