sdl_net.mk 514 B

123456789101112131415161718
  1. #############################################################
  2. #
  3. # SDL_net: network addon for SDL
  4. #
  5. #############################################################
  6. SDL_NET_VERSION = 1.2.8
  7. SDL_NET_SITE = http://www.libsdl.org/projects/SDL_net/release
  8. SDL_NET_SOURCE = SDL_net-$(SDL_NET_VERSION).tar.gz
  9. SDL_NET_CONF_OPT = --localstatedir=/var \
  10. --with-sdl-prefix=$(STAGING_DIR)/usr \
  11. --with-sdl-exec-prefix=$(STAGING_DIR)/usr
  12. SDL_NET_INSTALL_STAGING = YES
  13. SDL_NET_DEPENDENCIES = sdl
  14. $(eval $(call AUTOTARGETS))