You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/digger/digger-20140423.ebuild

32 lines
589 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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
}