milis/talimatname/genel/s/sdl2_net/talimat

19 lines
392 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: SDL-2 için çapraz platform bir ağ kitaplığı.
# URL: http://www.libsdl.org/projects/SDL_net
# Paketçi: milisarge
# Gerekler: sdl2
# Grup: kütüphane
isim=sdl2_net
surum=2.0.1
devir=1
kaynak=(https://www.libsdl.org/projects/SDL_net/release/SDL2_net-$surum.tar.gz)
derle() {
cd SDL2_net-$surum
./configure --disable-static --prefix=/usr
make
make DESTDIR=$PKG install
}