milis/talimatname/genel/s/sdl2_gfx/talimat

19 lines
473 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 grafik çizim ilkel ve diğer destek fonksiyonları (Sürüm 2)
# URL: http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
# Paketçi: milisarge
# Gerekler: sdl2
# Grup: tasarım
isim=sdl2_gfx
surum=1.0.3
devir=1
kaynak=(http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-$surum.tar.gz)
derle() {
cd SDL2_gfx-$surum
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
install -Dm644 COPYING "$PKG/usr/share/licenses/$isim/LICENSE"
}