blob: ddf0f02b6596f3abaf53e783f5705d81a37d6d3a (
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-2005 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.40.ebuild,v 1.2 2005/05/09 18:32:32 dholm 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.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=12"
SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz"
SLOT="0"
IUSE=""
KEYWORDS="~x86 ~ppc"
LICENSE="GPL-2"
RDEPEND=">=gnome-extra/gdesklets-core-0.34.3"
DOCS="README"
|