| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2009 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-simulation/micropolis/micropolis-1.0.ebuild,v 1.2 2008/06/25 09:51:41 nyhm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.3 2009/02/20 13:44:40 hanno Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils games |
5 | inherit eutils games |
| 6 | |
6 | |
| 7 | DESCRIPTION="Micropolis - free version of the well known city building simulation" |
7 | DESCRIPTION="Micropolis - free version of the well known city building simulation" |
| 8 | HOMEPAGE="http://www.donhopkins.com/home/micropolis/" |
8 | HOMEPAGE="http://www.donhopkins.com/home/micropolis/" |
| … | |
… | |
| 14 | KEYWORDS="~amd64 ~x86" |
14 | KEYWORDS="~amd64 ~x86" |
| 15 | IUSE="" |
15 | IUSE="" |
| 16 | |
16 | |
| 17 | RDEPEND="x11-libs/libX11 |
17 | RDEPEND="x11-libs/libX11 |
| 18 | x11-libs/libXpm |
18 | x11-libs/libXpm |
| 19 | media-libs/libsdl" |
19 | media-libs/libsdl |
|
|
20 | media-libs/sdl-mixer" |
| 20 | DEPEND="${RDEPEND} |
21 | DEPEND="${RDEPEND} |
| 21 | sys-devel/bison" |
22 | sys-devel/bison" |
| 22 | |
23 | |
| 23 | S="${WORKDIR}/${PN}-activity/" |
24 | S="${WORKDIR}/${PN}-activity/" |
| 24 | |
25 | |