blob: cb92ef01bd7eaeb2c6eec5c0990da8b98813616a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-clock/desklet-clock-0.50.ebuild,v 1.9 2009/02/05 05:53:49 darkside Exp $
inherit gdesklets
DESKLET_NAME="Clock"
MY_PN="${PN/desklet-/}-desklet"
MY_P="${MY_PN}-${PV}"
S=${WORKDIR}/${MY_P}
DESCRIPTION="Clock displays for gDesklets"
HOMEPAGE="http://gdesklets.de/index.php?q=desklet/view/201"
SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz"
SLOT="0"
IUSE=""
KEYWORDS="alpha amd64 ia64 ppc ~sparc x86"
LICENSE="GPL-2"
RDEPEND=">=gnome-extra/gdesklets-core-0.35"
DOCS="README"
|