# HG changeset patch # User Ben Arnold # Date 1278330929 -3600 # Node ID 1250ffa16505c0faece20bfc3790c40d00bbe70b # Parent 9016dd9bfdc9a8f47865c8ce7b44bbcc1829fc6f Add: bygfoot (2.2.1) - a football/soccer management game. diff -r 9016dd9bfdc9 -r 1250ffa16505 bygfoot/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bygfoot/description.txt Mon Jul 05 12:55:29 2010 +0100 @@ -0,0 +1,9 @@ +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. + +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. See the Definitions forum for help and hints. + +Bygfoot is licensed under the GNU General Public License (GPL) and has been compiled successfully in several Linux distros, Windows and Mac. \ No newline at end of file diff -r 9016dd9bfdc9 -r 1250ffa16505 bygfoot/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bygfoot/receipt Mon Jul 05 12:55:29 2010 +0100 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="bygfoot" +VERSION="2.2.1" +CATEGORY="games" +SHORT_DESC="Manage your own football (soccer) team in a league season" +MAINTAINER="ben@seawolfsanctuary.com" +TARBALL="$PACKAGE-$VERSION-source.zip" +WEB_SITE="http://www.bygfoot.com/" +WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" +BUILD_DEPENDS="gtk+-dev glib-dev pango pango-dev atk-dev freetype-dev" +DEPENDS="gtk+ glib pango atk freetype" + +compile_rules() +{ + mv $src-source $src + cd $src + + chmod +x configure + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man $CONFIGURE_ARGS + make -j4 && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/ + cp -a $_pkg/usr $fs/ + + # Copy .desktop file: + cp -a $WOK/$PACKAGE/stuff/* $fs/usr +} diff -r 9016dd9bfdc9 -r 1250ffa16505 bygfoot/stuff/share/applications/bygfoot.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bygfoot/stuff/share/applications/bygfoot.desktop Mon Jul 05 12:55:29 2010 +0100 @@ -0,0 +1,7 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Bygfoot +Exec=/usr/bin/bygfoot +Icon=kuser +Type=Application +Categories=Game;