milis/talimatname/genel/sdl-image/talimat

23 lines
505 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_image, çeşitli biçimlerin SDL yüzeyleri gibi resimlerini yüklemek için kullanılan basit bir kütüphanedir.
# URL: http://www.libsdl.org/projects/SDL_image
# Packager: alihan-ozturk28@hotmail.com
# Depends on: sdl libjpeg-turbo libpng libtiff libwebp
name=sdl-image
version=1.2.12
release=1
source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$version.tar.gz)
build() {
cd SDL_image-$version
./configure --prefix=/usr \
make
make DESTDIR=$PKG install
}