# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" SRC_URI="http://triq.net/${PN/-/_}/${PN/-/_}-${PV}.tar.gz" RESTRICT="nomirror" DESCRIPTION="Countdown timer and stopwatch plugin for GKrellM2" HOMEPAGE="http://triq.net/gkrellm_timers.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND="=app-admin/gkrellm-2* >=x11-libs/gtk+-2" DEPEND="${RDEPEND} dev-util/pkgconfig media-libs/imlib" S=${WORKDIR}/${PN/-/_}-${PV} src_compile() { emake || die } src_install() { exeinto /usr/lib/gkrellm2/plugins doexe ${PN/-/_}.so dodoc README TODO ChangeLog }