aboutsummaryrefslogtreecommitdiffstats
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.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/libsdl/libsdl-gfx_2.0.11.oe b/libsdl/libsdl-gfx_2.0.11.oe
deleted file mode 100644
index 96cf7c502d..0000000000
--- a/libsdl/libsdl-gfx_2.0.11.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Simple DirectMedia Layer graphic primitives library."
-SECTION = "libs"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-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() {
- oe_libinstall -so libSDL_gfx ${STAGING_LIBDIR}
- install -m 0644 *.h ${STAGING_INCDIR}/SDL/
-}
-