sdl_net.mk 542 B

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