wok view bygfoot/receipt @ 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
children 841fa76f975d
line source
1 # SliTaz package receipt.
3 PACKAGE="bygfoot"
4 VERSION="2.2.1"
5 CATEGORY="games"
6 SHORT_DESC="Manage your own football (soccer) team in a league season"
7 MAINTAINER="ben@seawolfsanctuary.com"
8 TARBALL="$PACKAGE-$VERSION-source.zip"
9 WEB_SITE="http://www.bygfoot.com/"
10 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
11 BUILD_DEPENDS="gtk+-dev glib-dev pango pango-dev atk-dev freetype-dev"
12 DEPENDS="gtk+ glib pango atk freetype"
14 compile_rules()
15 {
16 mv $src-source $src
17 cd $src
19 chmod +x configure
20 ./configure --prefix=/usr --infodir=/usr/share/info \
21 --mandir=/usr/share/man $CONFIGURE_ARGS
22 make -j4 && make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/
29 cp -a $_pkg/usr $fs/
31 # Copy .desktop file:
32 cp -a $WOK/$PACKAGE/stuff/* $fs/usr
33 }