You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
302 B
13 lines
302 B
import 'compile/configure'
|
|
|
|
name=SDL2_net
|
|
version=2.0.1
|
|
|
|
dlextract "https://www.libsdl.org/projects/SDL_net/release/$name-$version.tar.gz" \
|
|
'5c1d9d1cfa63301b141cb5c0de2ea7c4'
|
|
_
|
|
|
|
cd "$name-$version"
|
|
compile_configure -- --disable-static
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|