blob: dc04ef8c81aad589b0b75a0ce13e7e0146519184 (
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.3 2009/05/31 14:12:40 nixnut 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=""
|