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

28 lines
525 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit desktop
DESCRIPTION="Digger Remastered"
HOMEPAGE="http://www.digger.org/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
DEPEND="media-libs/libsdl[X,video]
x11-libs/libX11"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${PN}"
PATCHES=( "${FILESDIR}"/${P}-ldflags.patch )
src_install() {
dobin digger
dodoc digger.txt
make_desktop_entry digger Digger
}