blob: 55450a05fc08c16365285c7ba5e92a493200468d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-extra/weather/weather-0.2.7.ebuild,v 1.2 2007/11/16 14:53:22 drac Exp $
ROX_LIB_VER=1.9.6
inherit rox
MY_PN="Weather"
DESCRIPTION="Weather is a panel applet for Rox"
HOMEPAGE="http://rox4debian.berlios.de"
SRC_URI="ftp://ftp.berlios.de/pub/rox4debian/apps/${MY_PN}-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
APPNAME="${MY_PN}"
S="${WORKDIR}"
|