forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gnurobbo-0.66.ebuild
40 lines (33 loc) · 959 Bytes
/
gnurobbo-0.66.ebuild
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
31
32
33
34
35
36
37
38
39
40
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils games
DESCRIPTION="Robbo, a popular Atari XE/XL game ported to Linux"
HOMEPAGE="http://gnurobbo.sourceforge.net/"
SRC_URI="mirror://sourceforge/gnurobbo/${P}-source.tar.gz"
LICENSE="GPL-2 BitstreamVera"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="media-libs/libsdl[sound,video,joystick]
media-libs/sdl-image[png]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-ttf"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/${P}-underlink.patch )
src_compile() {
emake \
PACKAGE_DATA_DIR="${GAMES_DATADIR}/${PN}" \
BINDIR="${GAMES_BINDIR}" \
DOCDIR="/usr/share/doc/${PF}"
}
src_install() {
dogamesbin gnurobbo
insinto "${GAMES_DATADIR}/${PN}"
doins -r data/{levels,skins,locales,rob,sounds}
dodoc AUTHORS Bugs ChangeLog README TODO
newicon icon32.png ${PN}.png
make_desktop_entry ${PN} Gnurobbo
prepgamesdirs
}