2008-09-24 14:06:59 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# SDL_net: network addon for SDL
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
SDL_NET_VERSION:=1.2.7
|
|
|
|
SDL_NET_SITE:=http://www.libsdl.org/projects/SDL_net/release
|
|
|
|
|
|
|
|
SDL_NET_CONF_OPT = --localstatedir=/var \
|
|
|
|
--with-sdl-prefix=$(STAGING_DIR)/usr \
|
|
|
|
--with-sdl-exec-prefix=$(STAGING_DIR)/usr
|
|
|
|
|
|
|
|
SDL_NET_INSTALL_STAGING = YES
|
|
|
|
|
|
|
|
SDL_NET_DEPENDENCIES = sdl
|
|
|
|
|
2009-09-01 16:44:06 +02:00
|
|
|
$(eval $(call AUTOTARGETS,package,SDL_net))
|
|
|
|
|
|
|
|
sdl_net: SDL_net
|