blob: 85f29664e2b7883e2a8e576f8cb7a0cd6e110efd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/burgerspace-1.8.1.ebuild,v 1.3 2004/11/11 19:39:44 wolf31o2 Exp $
inherit games
DESCRIPTION="Clone of the 1982 BurgerTime video game by Data East"
HOMEPAGE="http://www3.sympatico.ca/sarrazip/dev/burgerspace.html"
SRC_URI="http://www3.sympatico.ca/sarrazip/dev/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
DEPEND=">=media-libs/libsdl-1.2.4
>=media-libs/sdl-image-1.2
media-libs/sdl-mixer
dev-games/flatzebra"
src_install() {
egamesinstall \
docdir="${D}/usr/share/doc/${PF}" \
desktopentrydir="${D}/usr/share/applications" \
pixmapdir="${D}/usr/share/pixmaps" \
|| die
rm -f "${D}/usr/share/doc/${PF}"/{COPYING,INSTALL}
prepalldocs
prepgamesdirs
}
|