1
0
forked from ports/opt
opt/sdl_gfx/Pkgfile

17 lines
433 B
Plaintext
Raw Normal View History

2005-11-17 02:08:54 +00:00
# Description: SDL graphics drawing primitives and other support functions.
2006-01-04 12:42:53 +00:00
# URL: http://www.ferzkopp.net/Software/SDL_gfx-2.0/index.html
2005-11-17 02:08:54 +00:00
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: libsdl
name=sdl_gfx
version=2.0.13
release=1
2006-01-04 12:42:53 +00:00
source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-$version.tar.gz)
2005-11-17 02:08:54 +00:00
build() {
cd SDL_gfx-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}