commit: b5a558e85c81195af4db66f5c1f1f7591eaf59f3 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Apr 16 20:10:41 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Apr 16 20:26:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a558e8
games-arcade/gnujump: Stop using games.eclass Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-arcade/gnujump/gnujump-1.0.8-r1.ebuild | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/games-arcade/gnujump/gnujump-1.0.8-r1.ebuild b/games-arcade/gnujump/gnujump-1.0.8-r1.ebuild new file mode 100644 index 00000000000..271171a2cf0 --- /dev/null +++ b/games-arcade/gnujump/gnujump-1.0.8-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit desktop flag-o-matic + +DESCRIPTION="Xjump clone with added features" +HOMEPAGE="http://gnujump.es.gnu.org" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="media-libs/libsdl[sound,video] + media-libs/sdl-image[png] + media-libs/sdl-mixer[vorbis] + virtual/opengl + x11-libs/libX11 +" +RDEPEND="${DEPEND}" + +src_prepare() { + default + append-libs -lm +} + +src_install() { + default + einstalldocs + + newicon skins/xjump/hero1.0.png ${PN}.png + make_desktop_entry ${PN} "GNUjump" +}
