milis/talimatname/genel/s/sdl_gfx/talimat
2018-07-30 06:43:00 +00:00

18 lines
429 B
Text
Raw Permalink 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 ilkelleri ve diğer destek fonksiyonları.
# URL: http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx
# Paketçi: milisarge
# Gerekler: sdl
# Grup: tasarım
isim=sdl_gfx
surum=2.0.23
devir=1
kaynak=(http://downloads.sourceforge.net/project/sdlgfx/SDL_gfx-$surum.tar.gz)
derle() {
cd SDL_gfx-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}