1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/cubetest-0.9.4.ebuild,v 1.1 2006/06/21 06:01:20 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/cubetest-0.9.4.ebuild,v 1.2 2006/08/16 12:24:03 caleb Exp $ |
4 | |
4 | |
5 | inherit qt4 eutils games |
5 | inherit qt4 eutils games |
6 | |
6 | |
7 | DESCRIPTION="A program to train your spatial insight" |
7 | DESCRIPTION="A program to train your spatial insight" |
8 | HOMEPAGE="http://www.vandenoever.info/software/cubetest/" |
8 | HOMEPAGE="http://www.vandenoever.info/software/cubetest/" |
… | |
… | |
11 | LICENSE="GPL-2" |
11 | LICENSE="GPL-2" |
12 | SLOT="0" |
12 | SLOT="0" |
13 | KEYWORDS="amd64 ~ppc x86" |
13 | KEYWORDS="amd64 ~ppc x86" |
14 | IUSE="" |
14 | IUSE="" |
15 | |
15 | |
16 | DEPEND="$(qt_min_version 4)" |
16 | DEPEND="$(qt4_min_version 4)" |
17 | |
17 | |
18 | src_unpack() { |
18 | src_unpack() { |
19 | unpack ${A} |
19 | unpack ${A} |
20 | cd "${S}" |
20 | cd "${S}" |
21 | epatch "${FILESDIR}"/${P}-build.patch |
21 | epatch "${FILESDIR}"/${P}-build.patch |