summaryrefslogtreecommitdiff
blob: d6f49aecabd2bc29a3c0b4850ea1ee00fd7e0f59 (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-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit eutils games

DESCRIPTION="Digger Remastered"
HOMEPAGE="http://www.digger.org/"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"

DEPEND="media-libs/libsdl[X,video]
	x11-libs/libX11"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${PN}-${PN}

src_prepare() {
	epatch "${FILESDIR}"/${P}-ldflags.patch
}

src_install() {
	dogamesbin digger
	dodoc digger.txt
	make_desktop_entry digger Digger
	prepgamesdirs
}