diff options
author | 2004-09-01 14:05:31 +0000 | |
---|---|---|
committer | 2004-09-01 14:05:31 +0000 | |
commit | d084cb14940d646bd9c9c97f02bb02f6c575e935 (patch) | |
tree | 22302a2f7911fb573c798b73e975cfdd9b755140 /games-util/mattricks/mattricks-0.6.ebuild | |
parent | Reverting patch. See bug #61072 for more details. (Manifest recommit) (diff) | |
download | gentoo-2-d084cb14940d646bd9c9c97f02bb02f6c575e935.tar.gz gentoo-2-d084cb14940d646bd9c9c97f02bb02f6c575e935.tar.bz2 gentoo-2-d084cb14940d646bd9c9c97f02bb02f6c575e935.zip |
Initial import. Submitted to bug #57671 by Paulo Jorge de Oliveira Cantante de Matos <pocm@mega.ist.utl.pt>
Diffstat (limited to 'games-util/mattricks/mattricks-0.6.ebuild')
-rw-r--r-- | games-util/mattricks/mattricks-0.6.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games-util/mattricks/mattricks-0.6.ebuild b/games-util/mattricks/mattricks-0.6.ebuild new file mode 100644 index 000000000000..4809c774ed5d --- /dev/null +++ b/games-util/mattricks/mattricks-0.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.6.ebuild,v 1.1 2004/09/01 14:05:31 wolf31o2 Exp $ + +MY_P=${P/m/M} +DESCRIPTION="Hattrick Manager" +HOMEPAGE="http://www.lysator.liu.se/mattricks/download.en.html" +SRC_URI="http://www.lysator.liu.se/mattricks/files/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-python/wxpython + dev-python/pyxml" + + +src_install() { + python setup.py install --root=${D} --prefix=/usr || die +} + |