mathwar stable port information

Package: mathwar
Version: 0.2.5
Revision: 1
Source: http://webpages.charter.net/stuffle/%n/dowload/files/MathWar-%v.tar.gz
Source-MD5: 53b350bcd117601b27454a919975fc4f
Source2: mirror:debian:pool/main/m/mathwar/mathwar_0.2.5-1.diff.gz
Source2-MD5: d210e52382d9f7ceefec1dfcdb522476
Depends: <<
atk1-shlibs (>= 1.24.0-1),
cairo-shlibs (>= 1.8-1),
fontconfig2-shlibs (>= 2.4.1-1),
freetype219-shlibs (>= 2.3.7-7),
gconf2-shlibs (>= 2.24.0-1),
glib2-shlibs (>= 2.18.0-1),
gnome-vfs2-unified-shlibs (>= 1:2.24.0-1),
gtk+2-shlibs (>= 2.14.0-1),
libart2-shlibs,
libbonobo2-shlibs (>= 2.24.0-1),
libbonoboui2-shlibs (>= 2.24.0-1),
libgettext3-shlibs,
libgnome2-shlibs (>= 2.24.0-1),
libgnomecanvas2-shlibs (>= 2.20.1.1-2),
libgnomeui2-shlibs (>= 2.24.0-1),
libiconv,
orbit2-shlibs (>= 2.14.16-1),
pango1-xft2-ft219-shlibs (>= 1.22.0-4),
popt-shlibs
<<
BuildDepends: <<
atk1 (>= 1.24.0-1),
autoconf,
automake1.10,
cairo (>= 1.8-1),
dbus-dev (>= 1.2.1-1),
fontconfig2-dev(>= 2.4.1-1),
freetype219 (>= 2.3.7-7),
gconf2-dev (>= 2.24.0-1),
gettext-bin,
gettext-tools,
glib2-dev (>= 2.18.0-1),
gnome-keyring-dev (>= 0.8.1-1),
gnome-vfs2-unified-dev (>= 1:2.24.0-1),
gtk+2-dev (>= 2.14.0-1),
libart2,
libbonobo2-dev (>= 2.24.0-1),
libbonoboui2-dev (>= 2.24.0-1),
libgettext3-dev,
libgnome2-dev (>= 2.24.0-1),
libgnomecanvas2-dev (>= 2.20.1.1-2),
libgnomeui2-dev (>= 2.24.0-1),
libiconv-dev,
libpng3,
libtool14,
libxml2 (>= 2.6.30-1),
orbit2-dev (>= 2.14.16-1),
pango1-xft2-ft219-dev (>= 1.22.0-4),
pixman (>= 0.12.0-1),
pkgconfig (>= 0.23),
popt,
x11-dev,
xft2-dev
<<
PatchScript: <<
#!/bin/sh -ev
gzip -dc ../%n_%v-1.diff.gz | patch -p1
for file in \
10_gnome2.diff \
20_autofiles.diff \
30_desktop_file.diff \
; do
echo "applying $file"
patch -p1 < debian/patches/$file
done
perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' m4/*.m4
<<
SetCPPFLAGS: -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
ConfigureParams: --disable-dependency-tracking
CompileScript: <<
#!/bin/sh -ev
export PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
autoreconf -fi
./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
<<
DescPackaging: <<
dmacks upgraded to GNOME2 using debian's patches.
<<
License: GPL
Maintainer: W. G. Scott
Description: Simple "flash-card" type math game for kids
DescDetail: <<
MathWar is a stand-alone, gnome-based, math flash card game for children,
originally developed for the Linux platform. To read the manual, type

open %p/share/gnome/help/MathWar/C/manual.html

MathWar is more or less like playing with flash cards, with the exception
that there is a computer player who can attempt to answer if the human
player is too slow. A game of MathWar consists of a set number of rounds. A
round consists of two cards and a mathematical operator (add, subtract, or
multiplication). The first player to guess an answer for a round gets that
rounds point if the guess is correct. Otherwise, the correct answer is
displayed, and no points are awarded.
<<
HomePage: http://webpages.charter.net/stuffle/mathwar/MathWar.html