#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=gbrainy pkgver=0.70 pkgrel=1 zenver=54 arch=i486 source=("http://www.softcatala.org/~jmas/gbrainy/gbrainy-0.70.tar.gz" "http://users.zenwalk.org/user-accounts/gapan/gbrainy/gbrainy-48.png") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://live.gnome.org/gbrainy options=('norequiredbuilder' 'keepdepfile') 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 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 }