milis/talimatname/genel/sdl_gfx/talimat
2017-05-10 06:23:02 +03:00

17 lines
427 B
Text
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 grafik çizim ilkelleri ve diğer destek fonksiyonları.
# URL: http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx
# Packager: milisarge
# Depends on: sdl
name=sdl_gfx
version=2.0.23
release=1
source=(http://downloads.sourceforge.net/project/sdlgfx/SDL_gfx-$version.tar.gz)
build() {
cd SDL_gfx-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}