blob: 8f8ed80887387477cd354190034cf526bbbf48d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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.4 2009/05/31 15:02:36 maekke Exp $
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=""
|