From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild | 42 ++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild (limited to 'games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild') diff --git a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild new file mode 100644 index 000000000000..785ff242ac91 --- /dev/null +++ b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils user + +DESCRIPTION="Abstract Shooting Game" +HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html https://sourceforge.net/projects/noiz2sa/" +SRC_URI="mirror://sourceforge/noiz2sa/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + >=dev-libs/libbulletml-0.0.3 + media-libs/sdl-mixer[vorbis] + virtual/opengl" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${PN}/src + +PATCHES=( + "${FILESDIR}"/${P}-gcc41.patch + "${FILESDIR}"/${P}-underlink.patch +) + +src_prepare(){ + default + cp makefile.lin Makefile || die +} + +src_install(){ + local datadir="/usr/share/games/${PN}" + + dobin ${PN} + dodir "${datadir}" + dodoc ../readme* + + cp -r ../noiz2sa_share/* "${D}/${datadir}" || die +} -- cgit v1.2.3