contrib/sdl_gfx/Pkgfile

19 lines
518 B
Plaintext
Raw Normal View History

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