15 lines
353 B
Bash
15 lines
353 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
inherit gkrellm-plugin
|
|
|
|
S=${WORKDIR}/${PN}
|
|
DESCRIPTION="A simple countdown clock for GKrellM2"
|
|
SRC_URI="http://oss.pugsplace.net/${P}.tar.gz"
|
|
HOMEPAGE="http://oss.pugsplace.net/"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="ppc sparc x86"
|
|
IUSE=""
|