You are not logged in.

#1 2004-09-19 12:51:03

molinero
Member
From: Copenhagen/Denmark
Registered: 2004-09-19
Posts: 110

[REQ] Mattricks

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.


Homepage: http://www.lysator.liu.se/mattricks/index.en.html

Offline

#2 2004-09-19 14:32:54

tranquility
Member
From: Portugal
Registered: 2004-08-06
Posts: 136

Re: [REQ] Mattricks

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

#3 2004-09-19 14:46:16

neotuli
Lazy Developer
From: London, UK
Registered: 2004-07-06
Posts: 1,204
Website

Re: [REQ] Mattricks

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

Board footer

Powered by FluxBB