#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=gbrainy pkgver=2.1.1 pkgrel=1 zenver=72 arch=i686 source=("http://www.softcatala.org/~jmas/gbrainy/gbrainy-$pkgver.tar.gz" "http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/games/$pkgname/gbrainy-48.png") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/games/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://live.gnome.org/gbrainy options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gbrainy is a brain teaser game and trainer." "gbrainy is a brain teaser game and trainer to have fun and to keep" "your brain trained." "It provides the following types of games:" " * Logic puzzles. Games designed to challenge your reasoning and" " thinking skills." " * Mental calculation. Games based on arithmetical operations" " designed to prove your mental calculation skills." " * Memory trainers. Games designed to challenge your short term" " memory." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-addins --disable-static make || return 1 make install DESTDIR=$startdir/pkg # The 48x48 icon is really 32x32, so we'll replace it with the right sized one mv $startdir/src/gbrainy-48.png $startdir/pkg/usr/share/icons/hicolor/48x48/apps/gbrainy.png }