96cf7c502d3a46a9534a8a6428eb614afd1a37c8
[vuplus_openembedded] / libsdl / libsdl-gfx_2.0.11.oe
1 DESCRIPTION = "Simple DirectMedia Layer graphic primitives library."
2 SECTION = "libs"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5 DEPENDS = "zlib libpng jpeg virtual/libsdl"
6 LICENSE = "LGPL"
7
8 SRC_URI = "http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/SDL_gfx-${PV}.tar.gz"
9 S = "${WORKDIR}/SDL_gfx-${PV}"
10
11 inherit autotools
12
13 EXTRA_OECONF = "--disable-mmx"
14
15 do_stage() {
16         oe_libinstall -so libSDL_gfx ${STAGING_LIBDIR}
17         install -m 0644 *.h ${STAGING_INCDIR}/SDL/
18 }
19