wok-4.x rev 5764
Add: bygfoot (2.2.1) - a football/soccer management game.
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Mon Jul 05 12:55:29 2010 +0100 (2010-07-05) |
parents | 9016dd9bfdc9 |
children | 841fa76f975d |
files | bygfoot/description.txt bygfoot/receipt bygfoot/stuff/share/applications/bygfoot.desktop |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/bygfoot/description.txt Mon Jul 05 12:55:29 2010 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +Bygfoot is a football (a.k.a. soccer) management game. It is an original concept by Gyözö Both and has been improved with suggestions by players from all over the world. After Gyözö and later Mark Lawrenz left the project Ronald Sterckx took over and is currently developing and maintaining Bygfoot. 1.5 + 1.6 +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. 1.7 + 1.8 +The game is deliberately kept simple (though not easy): you only have to keep one eye at your players and another at your stadium. 1.9 + 1.10 +You can customise Bygfoot by writing your own country definition files or by creating your own team definition files. See the Definitions forum for help and hints. 1.11 + 1.12 +Bygfoot is licensed under the GNU General Public License (GPL) and has been compiled successfully in several Linux distros, Windows and Mac. 1.13 \ No newline at end of file
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/bygfoot/receipt Mon Jul 05 12:55:29 2010 +0100 2.3 @@ -0,0 +1,33 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="bygfoot" 2.7 +VERSION="2.2.1" 2.8 +CATEGORY="games" 2.9 +SHORT_DESC="Manage your own football (soccer) team in a league season" 2.10 +MAINTAINER="ben@seawolfsanctuary.com" 2.11 +TARBALL="$PACKAGE-$VERSION-source.zip" 2.12 +WEB_SITE="http://www.bygfoot.com/" 2.13 +WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" 2.14 +BUILD_DEPENDS="gtk+-dev glib-dev pango pango-dev atk-dev freetype-dev" 2.15 +DEPENDS="gtk+ glib pango atk freetype" 2.16 + 2.17 +compile_rules() 2.18 +{ 2.19 + mv $src-source $src 2.20 + cd $src 2.21 + 2.22 + chmod +x configure 2.23 + ./configure --prefix=/usr --infodir=/usr/share/info \ 2.24 + --mandir=/usr/share/man $CONFIGURE_ARGS 2.25 + make -j4 && make DESTDIR=$PWD/_pkg install 2.26 +} 2.27 + 2.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.29 +genpkg_rules() 2.30 +{ 2.31 + mkdir -p $fs/ 2.32 + cp -a $_pkg/usr $fs/ 2.33 + 2.34 + # Copy .desktop file: 2.35 + cp -a $WOK/$PACKAGE/stuff/* $fs/usr 2.36 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/bygfoot/stuff/share/applications/bygfoot.desktop Mon Jul 05 12:55:29 2010 +0100 3.3 @@ -0,0 +1,7 @@ 3.4 +[Desktop Entry] 3.5 +Encoding=UTF-8 3.6 +Name=Bygfoot 3.7 +Exec=/usr/bin/bygfoot 3.8 +Icon=kuser 3.9 +Type=Application 3.10 +Categories=Game;