| 1 | # Copyright 1999-2005 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-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.1 2005/11/12 16:11:19 wolf31o2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.2 2006/01/10 20:08:05 wolf31o2 Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils games |
5 | inherit eutils games |
| 6 | |
6 | |
| 7 | IUSE="nocd videos" |
7 | IUSE="nocd videos" |
| 8 | DESCRIPTION="Descent 3 - 3-Dimensional indoor/outdoor spaceship combat" |
8 | DESCRIPTION="Descent 3 - 3-Dimensional indoor/outdoor spaceship combat" |
| … | |
… | |
| 15 | KEYWORDS="~amd64 x86" |
15 | KEYWORDS="~amd64 x86" |
| 16 | RESTRICT="nostrip" |
16 | RESTRICT="nostrip" |
| 17 | |
17 | |
| 18 | DEPEND="" |
18 | DEPEND="" |
| 19 | RDEPEND="virtual/opengl |
19 | RDEPEND="virtual/opengl |
|
|
20 | x86? ( |
|
|
21 | || ( |
|
|
22 | ( |
|
|
23 | x11-libs/libX11 |
|
|
24 | x11-libs/libXext ) |
| 20 | virtual/x11 |
25 | virtual/x11 ) ) |
|
|
26 | amd64? ( |
| 21 | amd64? ( app-emulation/emul-linux-x86-xlibs |
27 | app-emulation/emul-linux-x86-xlibs |
| 22 | app-emulation/emul-linux-x86-compat |
28 | app-emulation/emul-linux-x86-compat |
| 23 | app-emulation/emul-linux-x86-sdl |
29 | app-emulation/emul-linux-x86-sdl |
| 24 | >=sys-libs/lib-compat-loki-0.2 )" |
30 | >=sys-libs/lib-compat-loki-0.2 )" |
| 25 | |
31 | |
| 26 | GAMES_CHECK_LICENSE="yes" |
32 | GAMES_CHECK_LICENSE="yes" |
| … | |
… | |
| 101 | prepgamesdirs |
107 | prepgamesdirs |
| 102 | make_desktop_entry ${PN} "Descent 3" ${PN} |
108 | make_desktop_entry ${PN} "Descent 3" ${PN} |
| 103 | } |
109 | } |
| 104 | |
110 | |
| 105 | pkg_postinst() { |
111 | pkg_postinst() { |
|
|
112 | games_pkg_postinst |
| 106 | einfo "To play the game run:" |
113 | einfo "To play the game run:" |
| 107 | einfo " descent3" |
114 | einfo " descent3" |
| 108 | |
115 | echo |
| 109 | games_pkg_postinst |
|
|
| 110 | } |
116 | } |