wok-6.x diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bygfoot/receipt	Mon Jul 05 12:55:29 2010 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="bygfoot"
     1.7 +VERSION="2.2.1"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="Manage your own football (soccer) team in a league season"
    1.10 +MAINTAINER="ben@seawolfsanctuary.com"
    1.11 +TARBALL="$PACKAGE-$VERSION-source.zip"
    1.12 +WEB_SITE="http://www.bygfoot.com/"
    1.13 +WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
    1.14 +BUILD_DEPENDS="gtk+-dev glib-dev pango pango-dev atk-dev freetype-dev"
    1.15 +DEPENDS="gtk+ glib pango atk freetype"
    1.16 +
    1.17 +compile_rules()
    1.18 +{
    1.19 +	mv $src-source $src
    1.20 +	cd $src
    1.21 +
    1.22 +	chmod +x configure
    1.23 +	./configure --prefix=/usr --infodir=/usr/share/info \
    1.24 +	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.25 +	make -j4 && make DESTDIR=$PWD/_pkg install
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs/
    1.32 +	cp -a $_pkg/usr $fs/
    1.33 +
    1.34 +	# Copy .desktop file:
    1.35 +	cp -a $WOK/$PACKAGE/stuff/* $fs/usr
    1.36 +}