summaryrefslogtreecommitdiffstats
path: root/sci-geosciences/gipfel
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/gipfel')
-rw-r--r--sci-geosciences/gipfel/Manifest2
-rw-r--r--sci-geosciences/gipfel/gipfel-0.2.5.ebuild28
2 files changed, 30 insertions, 0 deletions
diff --git a/sci-geosciences/gipfel/Manifest b/sci-geosciences/gipfel/Manifest
new file mode 100644
index 0000000..341199d
--- /dev/null
+++ b/sci-geosciences/gipfel/Manifest
@@ -0,0 +1,2 @@
+DIST gipfel-0.2.5.tar.gz 340629 RMD160 ffb3d84792c299d4706db23b152499b75d63ad4b SHA1 ccc1f764de33ea3f590af4400fb57b7354cbd0b3 SHA256 938fe3da342eca07903f35678a3010c04f36bf415a23039b0e996431f2ceda31
+EBUILD gipfel-0.2.5.ebuild 723 RMD160 e1d070d1cc88c8ec0750868c4dfc87240942d68a SHA1 3631759bb6c7a9d132fef01830dbc85620e8613d SHA256 a8289097bc1017bd59b36e78b4cd4eb44110e1c488e6a052195f811a569f00cb
diff --git a/sci-geosciences/gipfel/gipfel-0.2.5.ebuild b/sci-geosciences/gipfel/gipfel-0.2.5.ebuild
new file mode 100644
index 0000000..7fb88d3
--- /dev/null
+++ b/sci-geosciences/gipfel/gipfel-0.2.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpscorrelate/gpscorrelate-1.5.6.ebuild,v 1.3 2008/08/23 18:13:05 maekke Exp $
+
+inherit eutils
+
+DESCRIPTION="gipfel helps to find the names of mountains or points of interest on a picture."
+HOMEPAGE="http://www.ecademix.com/JohannesHofmann/gipfel.html"
+SRC_URI="http://www.ecademix.com/JohannesHofmann/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="doc gtk"
+DEPEND=">=x11-libs/fltk-1.1.7
+ sci-libs/gsl
+ media-libs/tiff
+ media-gfx/exif"
+
+src_compile() {
+ econf
+ emake
+}
+
+src_install() {
+ emake install DESTDIR=${D}
+ dodoc README NEWS
+}