sdl_net.mk 798 B

12345678910111213141516171819202122232425
  1. ################################################################################
  2. #
  3. # sdl_net
  4. #
  5. ################################################################################
  6. # The latest officially released version of SDL_image is 1.2.8, released in 2012.
  7. # Since then, there have been several bugfixes.
  8. #
  9. # This commit points to the SDL-1.2 branch from 18 Feb 2021.
  10. SDL_NET_VERSION = 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3
  11. SDL_NET_SITE = $(call github,libsdl-org,SDL_net,$(SDL_NET_VERSION))
  12. SDL_NET_SOURCE = SDL_net-$(SDL_NET_VERSION).tar.gz
  13. SDL_NET_LICENSE = Zlib
  14. SDL_NET_LICENSE_FILES = COPYING
  15. SDL_NET_CONF_OPTS = \
  16. --with-sdl-prefix=$(STAGING_DIR)/usr \
  17. --with-sdl-exec-prefix=$(STAGING_DIR)/usr
  18. SDL_NET_INSTALL_STAGING = YES
  19. SDL_NET_DEPENDENCIES = sdl
  20. $(eval $(autotools-package))