diff options
Diffstat (limited to 'games-util/mattricks/mattricks-0.7.ebuild')
-rw-r--r-- | games-util/mattricks/mattricks-0.7.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games-util/mattricks/mattricks-0.7.ebuild b/games-util/mattricks/mattricks-0.7.ebuild new file mode 100644 index 000000000000..539daa1200f0 --- /dev/null +++ b/games-util/mattricks/mattricks-0.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild,v 1.1 2005/06/23 19:22:50 mr_bones_ Exp $ + +inherit distutils + +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="~ppc ~x86" +IUSE="" + +DEPEND="<dev-python/wxpython-2.5 + dev-python/pyxml" + +S=${WORKDIR}/${MY_P} |