mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-30 16:01:10 +00:00
ca536950f8
It's nice to be able to build from source control HEAD, and especially for packages under than Chocolate Doom itself. As a start, define "latest" variants for all the SDL2 packages.
7 lines
255 B
Bash
7 lines
255 B
Bash
description "SDL networking library"
|
|
dependencies SDL2
|
|
check_pkgconfig SDL2_net
|
|
variant stable fetch_download \
|
|
http://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.0.1.tar.gz
|
|
variant latest fetch_hg https://hg.libsdl.org/SDL_net
|
|
build_autotools
|