milis/talimatname/genel/s/sdl2_gfx/talimat

18 lines
468 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 graphics drawing primitives and other support functions (Version 2)
# URL: http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
# Paketçi: milisarge
# Gerekler: sdl2
name=sdl2_gfx
version=1.0.3
release=1
source=(http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-$version.tar.gz)
derle() {
cd SDL2_gfx-$version
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
install -Dm644 COPYING "$PKG/usr/share/licenses/$name/LICENSE"
}