]> Pileus Git - ~andy/sunrise/blob - sci-biology/fahmon/fahmon-2.3.99.1.ebuild
sunrise/ net-nntp/nzbperl/Manifest: Update copyright line to satisfy repoman
[~andy/sunrise] / sci-biology / fahmon / fahmon-2.3.99.1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="2"
6
7 WX_GTK_VER="2.8"
8 inherit base wxwidgets
9
10 MY_P=FahMon-${PV}
11 DESCRIPTION="wxGTK monitor for the folding@home client"
12 HOMEPAGE="http://fahmon.net/"
13 SRC_URI="http://fahmon.net/downloads/${MY_P}.tar.bz2"
14
15 LICENSE="GPL-2"
16 SLOT="0"
17 KEYWORDS="~amd64 ~x86"
18 IUSE=""
19
20 RDEPEND="
21         x11-libs/wxGTK:${WX_GTK_VER}[X]
22         net-misc/curl"
23 DEPEND="${RDEPEND}"
24
25 S=${WORKDIR}/${MY_P}