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