summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Ljungmann Pedersen (Ljungmann) <rasmuslp@gmail.com>2009-03-04 22:18:15 +0000
committerRasmus Ljungmann Pedersen (Ljungmann) <rasmuslp@gmail.com>2009-03-04 22:18:15 +0000
commit2bfda3c44622309d0d738adf7159608bc9d1b661 (patch)
tree11fb5d37e492c7b4114ea65a1c21ddf6545a32ac /sci-biology/fahmon/fahmon-2.3.4.ebuild
parentapp-backup/rdup: version bump (diff)
downloadsunrise-2bfda3c44622309d0d738adf7159608bc9d1b661.tar.gz
sunrise-2bfda3c44622309d0d738adf7159608bc9d1b661.tar.bz2
sunrise-2bfda3c44622309d0d738adf7159608bc9d1b661.zip
sci-biology/fahmon: Initial ebuild for FahMon (bug 126373). Thx Tommy[D]
svn path=/sunrise/; revision=8017
Diffstat (limited to 'sci-biology/fahmon/fahmon-2.3.4.ebuild')
-rw-r--r--sci-biology/fahmon/fahmon-2.3.4.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-biology/fahmon/fahmon-2.3.4.ebuild b/sci-biology/fahmon/fahmon-2.3.4.ebuild
new file mode 100644
index 000000000..b721db93d
--- /dev/null
+++ b/sci-biology/fahmon/fahmon-2.3.4.ebuild
@@ -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}