#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=guichan pkgver=0.8.1 zenver=54 pkgrel=1 arch=i486 source=(http://guichan.googlecode.com/files/guichan-0.8.1.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://guichan.sourceforge.net sourcetemplate=http://pnboy.pinguix.com/gapan/games/$pkgname options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "guichan - a C++ GUI library for games" "Guichan is a small, efficient C++ GUI library designed for games. It" "comes with a standard set of widgets and can use several different" "back-ends for displaying graphics and grabbing user input. Available" "backends include Allegro, HGE, OpenGL, OpenLayer and/or SDL." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/doc/$pkgname-$pkgver cp -a $startdir/src/$pkgname-$pkgver/examples $startdir/pkg/usr/doc/$pkgname-$pkgver }