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/clanbomber/clanbomber-2.1.1-r1.ebuild | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 games-action/clanbomber/clanbomber-2.1.1-r1.ebuild (limited to 'games-action/clanbomber/clanbomber-2.1.1-r1.ebuild') diff --git a/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild b/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild new file mode 100644 index 000000000000..543c71912fa1 --- /dev/null +++ b/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools eutils + +DESCRIPTION="Bomberman-like multiplayer game" +HOMEPAGE="https://savannah.nongnu.org/projects/clanbomber/" +SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.lzma" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=" + dev-libs/boost + media-fonts/dejavu + media-libs/libsdl[sound,joystick,video] + media-libs/sdl-gfx + media-libs/sdl-image[png] + media-libs/sdl-mixer + media-libs/sdl-ttf" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog ChangeLog.hg IDEAS NEWS QUOTES README TODO ) + +PATCHES=( + "${FILESDIR}"/${P}-automake112.patch + "${FILESDIR}"/${P}-boost150.patch + "${FILESDIR}"/${P}-gcc6.patch +) + +src_prepare() { + default + sed -i -e 's/menuentry//' src/Makefile.am || die + eautoreconf +} + +src_install() { + default + newicon src/pics/cup2.png ${PN}.png + make_desktop_entry ${PN}2 ClanBomber2 + rm -f "${D}/usr/share/${PN}/fonts/DejaVuSans-Bold.ttf" || die + dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \ + /usr/share/${PN}/fonts/DejaVuSans-Bold.ttf +} -- cgit v1.2.3