# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.2.4.0.ebuild,v 1.4 2005/12/10 01:25:00 caleb Exp $ inherit kde games DESCRIPTION="An Everquest monitoring program" HOMEPAGE="http://www.showeq.net/" SRC_URI="mirror://sourceforge/seq/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" IUSE="" DEPEND="virtual/x11 media-libs/libpng virtual/libpcap $(qt_min_version 3.2) >=sys-libs/gdbm-1.8.0" src_compile() { kde_src_compile nothing egamesconf || die emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" doman showeq.1 dodoc BUGS FAQ README* ROADMAP TODO doc/*.{doc,txt} dohtml doc/* prepgamesdirs }