contrib/sdl_gfx/Pkgfile
2014-11-10 23:28:51 +11:00

19 lines
504 B
Plaintext

# Description: SDL graphics drawing primitives and other support functions.
# URL: http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Simone Rota, sip at crux dot nu
# Depends on: libsdl
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
}