2008-02-11 21:45:43 +11:00
|
|
|
# Description: SDL graphics drawing primitives and other support functions.
|
2011-12-28 13:06:42 +11:00
|
|
|
# URL: http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx
|
2008-03-26 13:45:31 +11:00
|
|
|
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
2008-02-11 21:45:43 +11:00
|
|
|
# Packager: Simone Rota, sip at crux dot nu
|
|
|
|
# Depends on: libsdl
|
|
|
|
|
|
|
|
name=sdl_gfx
|
2011-12-28 13:06:42 +11:00
|
|
|
version=2.0.23
|
2008-05-23 19:29:07 +10:00
|
|
|
release=1
|
2011-12-28 13:49:45 +11:00
|
|
|
source=(http://downloads.sourceforge.net/project/sdlgfx/SDL_gfx-$version.tar.gz)
|
2008-02-11 21:45:43 +11:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd SDL_gfx-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|
|
|
|
|