# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="GKrellM and Licq plugins to monitor Licq's status and pending messages/events in GKrellM." SRC_URI="http://www.ludd.ltu.se/~tias/${PN}/${P}.tar.gz" HOMEPAGE="http://www.ludd.ltu.se/~tias/${PN}" IUSE="" DEPEND=">=app-admin/gkrellm-2.1.12 >=net-im/licq-1.2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" src_install() { make DESTDIR="${D}" install || die "install failed" dodoc AUTHORS COPYING INSTALL NEWS README TODO }