diff options
author | Rasmus Ljungmann Pedersen (Ljungmann) <rasmuslp@gmail.com> | 2009-03-04 22:18:15 +0000 |
---|---|---|
committer | Rasmus Ljungmann Pedersen (Ljungmann) <rasmuslp@gmail.com> | 2009-03-04 22:18:15 +0000 |
commit | 2bfda3c44622309d0d738adf7159608bc9d1b661 (patch) | |
tree | 11fb5d37e492c7b4114ea65a1c21ddf6545a32ac /sci-biology/fahmon/fahmon-2.3.4.ebuild | |
parent | app-backup/rdup: version bump (diff) | |
download | sunrise-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.ebuild | 23 |
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} |