# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Ben Lutgens # $Header: /home/cvsroot/gentoo-x86/app-games/qstat/qstat-2.4e.ebuild,v 1.0 S=${WORKDIR} DESCRIPTION="Server statics collector supporting many FPS games" SRC_URI="http://www.qstat.org/qstat24e.tar.gz" HOMEPAGE="http://www.qstat.org" SLOT="0" DEPEND="virtual/glibc" src_unpack() { unpack qstat24e.tar.gz } src_compile() { cd ${WORKDIR}/qstat24e/ make CC=gcc linux || die } src_install () { cd ${WORKDIR}/qstat24e/ dobin qstat into /usr/bin dosym /usr/bin/qstat /usr/bin/quakestat dodoc CHANGES.txt COMPILE.txt docinto html dodoc qstatdoc.html }