#Maintainer: Ejis #Mandatory category=extra/d pkgname=clanlib pkgver=0.8.1 pkgrel=1 zenver=62 arch=i486 source=("http://clanlib.org/download/releases-0.8/ClanLib-$pkgver.zip" "opengl.cpp.patch") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - Game SDK" "ClanLib is a cross platform C++ toolkit library. Essentially" "the library offers a series of different functionality under" "a streamlined API. Its primary focus is on games, although" "not limited for that usage only." ) build() { unzip $startdir/src/ClanLib-$pkgver.zip cd $startdir/src/ClanLib-$pkgver patch -p0 < $startdir/opengl.cpp.patch ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --enable-static=no make || return 1 make DESTDIR=$startdir/pkg install } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://clanlib.org/" #extradepends=('') lessdepends=('x11-driver-nvidia') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03"