#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) #If anyone else wants to maintain this, be my guest. pkgname=bygfoot pkgver=2.2.1 zenver=62 pkgrel=1 arch=i686 source=("http://downloads.sourceforge.net/bygfoot/bygfoot-2.2.1-source.tar.bz2" "http://pnboy.pinguix.com/gapan/games/$pkgname/icons.tar.bz2" "http://pnboy.pinguix.com/gapan/games/$pkgname/bygfoot.desktop") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://bygfoot.sourceforge.net/ sourcetemplate=http://pnboy.pinguix.com/gapan/games/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "bygfoot - a football management game" "Bygfoot is a football (a.k.a. soccer) management game. Bygfoot allows" "you to manage a team by training the players, buying and selling them," "contracting loans, maintaining the stadium, etc. You can be promoted" "or relegated, even become a champion if you're a skillful manager. The" "game is deliberately kept simple (though not easy): you only have to" "keep one eye at your players and another at your stadium. You can" "customise Bygfoot by writing your own country definition files or by" "creating your own team definition files." ) build() { cd $startdir/src/$pkgname-$pkgver-source ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg # Copy icons to the right place ICONSIZES="64 48 32 24 22 16" for i in $ICONSIZES; do mkdir -p $startdir/pkg/usr/share/icons/hicolor/$i\x$i/apps; mv $startdir/src/icon-$pkgname-$i.png $startdir/pkg/usr/share/icons/hicolor/$i\x$i/apps/$pkgname.png; done; }