opt/sdl_gfx/Pkgfile
2006-02-23 15:26:10 +00:00

17 lines
433 B
Plaintext

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