# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2.ebuild,v 1.5 2009/06/25 17:44:39 armin76 Exp $ EAPI="5" inherit gkrellm-plugin eutils S=${WORKDIR}/${PN} DESCRIPTION="A simple countdown clock for GKrellM2" SRC_URI="http://oss.pugsplace.net/${P}.tar.gz" HOMEPAGE="http://freecode.com/projects/gkrellm-countdown" SLOT="0" LICENSE="GPL-2" KEYWORDS="ppc sparc x86 ~amd64" IUSE="" RDEPEND="app-admin/gkrellm[X]" DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-makefile.patch } src_compile() { emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" }