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-20020314.ebuild

31 lines
709 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/digger/digger-20020314.ebuild,v 1.13 2010/09/22 07:10:10 tupone Exp $
EAPI=2
inherit eutils games
DESCRIPTION="Digger Remastered"
HOMEPAGE="http://www.digger.org/"
SRC_URI="http://www.digger.org/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="media-libs/libsdl[video]"
PATCHES=( "${FILESDIR}"/${P}-ldflags.patch )
src_compile() {
emake -f Makefile.sdl || die
}
src_install() {
dogamesbin digger || die "dogamesbin failed"
dodoc digger.txt
make_desktop_entry digger Digger
prepgamesdirs
}