opt/sdl_gfx/Pkgfile

17 lines
417 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: SDL graphics drawing primitives and other support functions.
# URL: http://www.ferzkopp.net/Software/SDL_gfx-2.0/index.html
2006-10-09 20:47:27 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# 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
}