diff options
Diffstat (limited to 'x11-plugins/desklet-scweather/desklet-scweather-0.4.ebuild')
-rw-r--r-- | x11-plugins/desklet-scweather/desklet-scweather-0.4.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-plugins/desklet-scweather/desklet-scweather-0.4.ebuild b/x11-plugins/desklet-scweather/desklet-scweather-0.4.ebuild new file mode 100644 index 000000000000..ee4def277986 --- /dev/null +++ b/x11-plugins/desklet-scweather/desklet-scweather-0.4.ebuild @@ -0,0 +1,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-scweather/desklet-scweather-0.4.ebuild,v 1.1 2005/08/30 14:40:20 nixphoeni Exp $ + +inherit gdesklets + +DESKLET_NAME="SC-Weather" + +MY_P="${DESKLET_NAME}-${PV}" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="A weather display using SideCandy for gDesklets" +HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=244" +SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +IUSE="" +KEYWORDS="~x86 ~ppc ~sparc" + +RDEPEND=">=gnome-extra/gdesklets-core-0.34.3" + +DOCS="README" |