]> Pileus Git - ~andy/sunrise/blob - app-misc/cursetheweather/cursetheweather-0.6.ebuild
app-misc/bsc: Drop dependency to Qt4 metapackage
[~andy/sunrise] / app-misc / cursetheweather / cursetheweather-0.6.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit distutils
6
7 MY_P="CurseTheWeather-${PV}"
8
9 DESCRIPTION="An ncurses-based weather forecast program"
10 HOMEPAGE="http://opensource.hld.ca/trac.cgi/wiki/CurseTheWeather"
11 SRC_URI="http://opensource.hld.ca/trac.cgi/export/317/trunk/ctw/dist/${MY_P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~x86"
16 IUSE=""
17
18 DEPEND="sys-libs/ncurses"
19 RDEPEND="${DEPEND}"
20
21 S=${WORKDIR}/${MY_P}