milis/talimatname/genel/s/sdl2-image/talimat

21 lines
593 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 yüzeyleri (sürüm 2) olarak çeşitli biçimlerin görüntülerini yüklemek için basit bir kütüphane
# URL: http://www.libsdl.org/projects/SDL_image
# Paketçi: yasarciv67@gmail.com
# Gerekler: sdl2 libpng libtiff libjpeg-turbo libwebp cmake
# Grup: kütüphane
isim=sdl2-image
surum=2.0.1
devir=1
kaynak=(https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$surum.tar.gz)
derle() {
cd SDL2_image-$surum
./configure --disable-static --prefix=/usr
make
make DESTDIR=$PKG install
install -Dm644 COPYING.txt "$PKG/usr/share/licenses/$isim/LICENSE"
}