18 lines
372 B
Plaintext
18 lines
372 B
Plaintext
|
# Tanım: SDL-2 için çapraz platform bir ağ kitaplığı.
|
|||
|
# URL: http://www.libsdl.org/projects/SDL_net
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: sdl2
|
|||
|
|
|||
|
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
|
|||
|
}
|
|||
|
|