mid-kid
7 years ago
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
import 'compile/configure' |
|||
|
|||
name=SDL2_net |
|||
version=2.0.1 |
|||
update_url='https://www.libsdl.org/projects/SDL_net/' |
|||
|
|||
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: |
Loading…
Reference in new issue