mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-24 04:21:39 +00:00
Since we're downloading arbitrary executable code from websites and running it, we should at least have some confidence it's the right thing we're running.
8 lines
327 B
Bash
8 lines
327 B
Bash
description "SDL networking library"
|
|
dependencies SDL2
|
|
check_pkgconfig SDL2_net
|
|
variant stable fetch_download \
|
|
https://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.0.1.tar.gz \
|
|
15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21
|
|
variant latest fetch_hg https://hg.libsdl.org/SDL_net
|
|
build_autotools
|