sdl2_gfx.paketlendi

This commit is contained in:
milisbir 2017-09-26 10:33:24 +03:00
parent 5a1895da13
commit dc5a40c3b9
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Description: SDL graphics drawing primitives and other support functions (Version 2)
# URL: http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
# Packager: milisarge
# Depends on: sdl2
name=sdl2_gfx
version=1.0.3
release=1
source=(http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-$version.tar.gz)
build() {
cd SDL2_gfx-$version
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
install -Dm644 COPYING "$PKG/usr/share/licenses/$name/LICENSE"
}