summaryrefslogtreecommitdiff
path: root/libsdl/libsdl-net_1.2.5.oe
blob: 7ed47a075cb9e3c98f9da8a55878e9d73fff94fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}