You are not logged in.
Mattricks is a free helper program for Hattrick players distributed with a GNU GPL-license.
The program is written using python and make use of wxPython for the graphics.
Offline
I've tried this, ant it stoped working, but I think it's hattrick.org's fault. Anyhow, my attempts to report the bug to the mailinglist have been met with zero replies. If it works for you, fine, just saying it has some serious bugs.
Offline
For those interested, I created a PKGBUILD, the program runs fine, though I do not have a hattrick account and do not plan on getting one, so I do not know if this actually works or not. To make the package, you'll need to install pyxml from the staging repo.
pkgname=Mattricks
pkgver=0.6
pkgrel=1
pkgdesc="Mattricks is a free helper program for Hattrick players"
url="http://www.lysator.liu.se/mattricks/index.en.html"
license="GPL"
depends=(wxpython python pyxml)
makedepends=(python)
conflicts=()
replaces=()
backup=()
install=
source=(http://www.lysator.liu.se/mattricks/files/$pkgname-$pkgver.tar.gz)
md5sums=('8b550d7c2923a991145fec8bd0538787')
build() {
cd $startdir/src/$pkgname-$pkgver
mkdir -p $startdir/pkg/usr
python setup.py install --prefix=$startdir/pkg/usr
}
The suggestion box only accepts patches.
Offline