]> Pileus Git - ~andy/sunrise/blobdiff - sci-biology/fahmon/fahmon-2.3.4.ebuild
sci-biology/fahmon: Initial ebuild for FahMon (bug 126373). Thx Tommy[D]
[~andy/sunrise] / sci-biology / fahmon / fahmon-2.3.4.ebuild
diff --git a/sci-biology/fahmon/fahmon-2.3.4.ebuild b/sci-biology/fahmon/fahmon-2.3.4.ebuild
new file mode 100644 (file)
index 0000000..b721db9
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+WX_GTK_VER="2.8"
+inherit base wxwidgets
+
+MY_P=FahMon-${PV}
+DESCRIPTION="wxGTK monitor for the folding@home client"
+HOMEPAGE="http://fahmon.net/"
+SRC_URI="http://fahmon.net/downloads/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}