# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.14 2005/04/27 20:12:21 herbs Exp $ inherit eutils IUSE="" DESCRIPTION="Gkremldk is a GKrellM plugin showing current mldonkey donwload/upload rate, and to set the maximum of these." SRC_URI="http://www.tof2k.com/gkremldk/gkremldk-src-${PV}.tbz" HOMEPAGE="http://www.tof2k.com/gkremldk/" DEPEND="=app-admin/gkrellm-2* =net-p2p/mldonkey" SLOT="2" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha amd64" src_unpack(){ tar -jxf "${DISTDIR}/gkremldk-src-${PV}.tbz" cd "${S}" } src_compile() { econf || die emake || die } src_install () { insinto /usr/$(get_libdir)/gkrellm2/plugins doins gkremldk.so }