contrib/sdl_gfx/Pkgfile

19 lines
494 B
Plaintext
Raw Normal View History

2008-02-11 11:45:43 +01:00
# Description: SDL graphics drawing primitives and other support functions.
# URL: http://www.ferzkopp.net/Software/SDL_gfx-2.0/index.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Simone Rota, sip at crux dot nu
# Depends on: libsdl
name=sdl_gfx
version=2.0.13
release=1
source=(http://www.ferzkopp.net/Software/SDL_gfx-${version%.*}/SDL_gfx-$version.tar.gz)
build() {
cd SDL_gfx-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}