# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="GtkEveMon is an EVE Online skill monitoring stand-alone application" HOMEPAGE="http://gtkevemon.battleclinic.com" SRC_URI="http://gtkevemon.battleclinic.com/releases/${P}-source.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.12 >=dev-libs/libxml2-2.6.27" RDEPEND="${DEPEND}" src_compile() { emake || die "emake failed" } src_install() { emake INSTALL_BIN="${D}"/usr/bin install || die "Install failed" }