| 1 |
# Copyright 1999-2010 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/games-board/peg-e/peg-e-1.1.0.ebuild,v 1.2 2010/02/27 15:38:23 phajdan.jr Exp $
|
| 4 |
|
| 5 |
EAPI=2
|
| 6 |
inherit eutils qt4-r2 games
|
| 7 |
|
| 8 |
DESCRIPTION="A peg solitaire game"
|
| 9 |
HOMEPAGE="http://gottcode.org/peg-e/"
|
| 10 |
SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
|
| 11 |
|
| 12 |
LICENSE="GPL-3"
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="~amd64 x86"
|
| 15 |
IUSE=""
|
| 16 |
|
| 17 |
DEPEND="x11-libs/qt-gui:4"
|
| 18 |
|
| 19 |
src_configure() {
|
| 20 |
eqmake4
|
| 21 |
}
|
| 22 |
|
| 23 |
src_install() {
|
| 24 |
dogamesbin ${PN} || die
|
| 25 |
doicon icons/${PN}.png
|
| 26 |
domenu icons/${PN}.desktop
|
| 27 |
dodoc README
|
| 28 |
prepgamesdirs
|
| 29 |
}
|