# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit toolchain-funcs games DESCRIPTION="GameSpy server browser" HOMEPAGE="http://aluigi.altervista.org/papers.htm#gslist" SRC_URI="http://aluigi.altervista.org/papers/${PN}.zip" #SRC_URI="mirror://gentoo/${P}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="web" DEPEND="app-arch/unzip" RDEPEND="" S=${WORKDIR}/${PN} src_compile() { emake $(use web && echo gslistweb) \ CC="$(tc-getCC)" \ CFLAGS="${CFLAGS}" \ || die "emake failed" } src_install() { dogamesbin ${PN} || die "dogamesbin failed" dodoc ${PN}.txt }