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-util/gslist/gslist-0.8.11a-r1.ebuild | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 games-util/gslist/gslist-0.8.11a-r1.ebuild (limited to 'games-util/gslist/gslist-0.8.11a-r1.ebuild') diff --git a/games-util/gslist/gslist-0.8.11a-r1.ebuild b/games-util/gslist/gslist-0.8.11a-r1.ebuild new file mode 100644 index 000000000000..cbe916e10a66 --- /dev/null +++ b/games-util/gslist/gslist-0.8.11a-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A GameSpy server browser" +HOMEPAGE="http://aluigi.altervista.org/papers.htm#gslist" +SRC_URI="mirror://gentoo/${P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" +IUSE="web" + +RDEPEND="dev-libs/geoip" +DEPEND="${RDEPEND} + app-arch/unzip" + +S="${WORKDIR}" + +PATCHES=( + "${FILESDIR}"/${P}-build.patch +) + +src_prepare() { + default + rm -f gslist gslistsql *.exe *.dll || die +} + +src_compile() { + emake SQL=0 $(use web || echo GSWEB=0) +} + +src_install() { + dobin ${PN} + dodoc ${PN}.txt +} -- cgit v1.2.3