milis/talimatname/genel/sdl-net/talimat

18 lines
363 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.

# Description: SDL için çapraz platform bir ağ kitaplığı.
# URL: http://www.libsdl.org/projects/SDL_net
# Packager: milisarge
# Depends on: sdl
name=sdl-net
version=1.2.8
release=1
source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-$version.tar.gz)
build() {
cd SDL_net-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}