# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Gabriel Danks # $Header: /home/cvsroot/gentoo-x86/app-games/xqf/xqf-0.9.8.ebuild,v 1.0 S=${WORKDIR} DESCRIPTION="A server browser for many FPS games. It's a frontend for qstat." SRC_URI="http://prdownloads.sourceforge.net/xqf/xqf-0.9.8.tar.gz" HOMEPAGE="http://www.linuxgames.com/xqf" SLOT="0" DEPEND=">=x11-libs/gtk+-1.2.10-r4 >=app-games/qstat-24c" src_unpack() { unpack xqf-0.9.8.tar.gz } src_compile() { cd ${WORKDIR}/xqf-0.9.8/ ./configure || die make || die } src_install () { cd ${WORKDIR}/xqf-0.9.8/src/ dobin xqf into /usr/bin }