diff options
Diffstat (limited to 'libsdl/libsdl-net_1.2.5.oe')
-rw-r--r-- | libsdl/libsdl-net_1.2.5.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libsdl/libsdl-net_1.2.5.oe b/libsdl/libsdl-net_1.2.5.oe index e69de29bb2..7ed47a075c 100644 --- a/libsdl/libsdl-net_1.2.5.oe +++ b/libsdl/libsdl-net_1.2.5.oe @@ -0,0 +1,16 @@ +SECTION="NET" +PRIORITY="optional" +MAINTAINER="Michael Lauer <mickey@Vanille.de>" +RDEPENDS=libc6 libsdl +DEPENDS=virtual/libc base/libsdl + +SRC_URI=http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz +S = ${WORKDIR}/SDL_net-${PV} + +inherit autotools libtool + +do_stage() { + oe_soinstall .libs/libSDL_net-1.2.so.0.0.5 ${STAGING_LIBDIR} + install -m 0644 SDL_net.h ${STAGING_INCDIR}/SDL/SDL_net.h +} + |