You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-util/qstat/qstat-2.11.ebuild

28 lines
715 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v 1.9 2010/11/01 18:08:53 mr_bones_ Exp $
EAPI=2
DESCRIPTION="Server statics collector supporting many FPS games"
HOMEPAGE="http://www.qstat.org/"
SRC_URI="mirror://sourceforge/qstat/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~alpha amd64 hppa ppc ppc64 x86"
IUSE="debug"
DEPEND="!sys-cluster/torque"
src_configure() {
econf $(use_enable debug)
}
src_install() {
emake DESTDIR="${D}" install || die
dosym qstat /usr/bin/quakestat
dodoc CHANGES.txt COMPILE.txt template/README.txt
dohtml template/*.html qstatdoc.html
}