summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/aweather/aweather-0.4.1.ebuild')
-rw-r--r--sci-geosciences/aweather/aweather-0.4.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-geosciences/aweather/aweather-0.4.1.ebuild b/sci-geosciences/aweather/aweather-0.4.1.ebuild
new file mode 100644
index 000000000..68d6af4f8
--- /dev/null
+++ b/sci-geosciences/aweather/aweather-0.4.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=1
+inherit gnome2
+
+DESCRIPTION="A weather monitoring program"
+HOMEPAGE="http://lug.rose-hulman.edu/wiki/AWeather"
+SRC_URI="http://lug.rose-hulman.edu/proj/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="debug"
+
+RDEPEND="=sci-libs/libgis-${PV}
+ x11-libs/gtk+:2
+ sci-libs/rsl"
+DEPEND="${RDEPEND}"
+
+DOCS="ChangeLog README TODO"