summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2010-11-08 13:16:23 +0000
committerThilo Bangert <bangert@gentoo.org>2010-11-08 13:16:23 +0000
commit6663104f25f4c59073f40b77084c768b170d0cbe (patch)
treeed2f7aac790797de562c8f1cae50c0156b83e369 /sci-geosciences/foxtrotgps
parentChange dependency: media-libs/jpeg -> virtual/jpeg. (diff)
downloadgentoo-2-6663104f25f4c59073f40b77084c768b170d0cbe.tar.gz
gentoo-2-6663104f25f4c59073f40b77084c768b170d0cbe.tar.bz2
gentoo-2-6663104f25f4c59073f40b77084c768b170d0cbe.zip
foxtrotgps - a community fork of tangogps
(Portage version: 2.2_rc99/cvs/Linux i686)
Diffstat (limited to 'sci-geosciences/foxtrotgps')
-rw-r--r--sci-geosciences/foxtrotgps/ChangeLog10
-rw-r--r--sci-geosciences/foxtrotgps/foxtrotgps-1.0.0.ebuild37
-rw-r--r--sci-geosciences/foxtrotgps/metadata.xml12
3 files changed, 59 insertions, 0 deletions
diff --git a/sci-geosciences/foxtrotgps/ChangeLog b/sci-geosciences/foxtrotgps/ChangeLog
new file mode 100644
index 000000000000..3e28b3244585
--- /dev/null
+++ b/sci-geosciences/foxtrotgps/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-geosciences/foxtrotgps
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/foxtrotgps/ChangeLog,v 1.1 2010/11/08 13:16:23 bangert Exp $
+
+*foxtrotgps-1.0.0 (08 Nov 2010)
+
+ 08 Nov 2010; Thilo Bangert <bangert@gentoo.org> +foxtrotgps-1.0.0.ebuild,
+ +metadata.xml:
+ foxtroxgps - a community fork of tangogps
+
diff --git a/sci-geosciences/foxtrotgps/foxtrotgps-1.0.0.ebuild b/sci-geosciences/foxtrotgps/foxtrotgps-1.0.0.ebuild
new file mode 100644
index 000000000000..94432bea8c27
--- /dev/null
+++ b/sci-geosciences/foxtrotgps/foxtrotgps-1.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/foxtrotgps/foxtrotgps-1.0.0.ebuild,v 1.1 2010/11/08 13:16:23 bangert Exp $
+
+EAPI="3"
+
+inherit eutils
+
+DESCRIPTION="Foxtrotgps is an easy to use, fast and lightweight mapping
+application. (fork of tangogps)"
+HOMEPAGE="http://www.foxtrotgps.org/"
+SRC_URI="http://www.foxtrotgps.org/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+
+ sys-apps/dbus
+ gnome-base/gconf
+ net-misc/curl
+ media-libs/libexif
+ dev-libs/libxml2
+ >=sci-geosciences/gpsd-2.90"
+DEPEND="sys-devel/gettext
+ ${RDEPEND}"
+
+src_configure() {
+ econf \
+ --docdir=/usr/share/doc/${P} \
+ || die "Configure failed!"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+}
diff --git a/sci-geosciences/foxtrotgps/metadata.xml b/sci-geosciences/foxtrotgps/metadata.xml
new file mode 100644
index 000000000000..477c60b8d08d
--- /dev/null
+++ b/sci-geosciences/foxtrotgps/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-geosciences</herd>
+<maintainer>
+ <email>bangert@gentoo.org</email>
+ <name>Thilo Bangert</name>
+</maintainer>
+<longdescription lang="en">
+FoxtrotGPS is an offshoot of Marcus Bauer's excellent Free &amp; Open Source tangoGPS application, with a focus on cooperation and fostering community innovation. FoxtrotGPS is freely available to the public for use, redistribution, and modification under the terms of the GNU General Public License 2.0 (GPLv2).
+</longdescription>
+</pkgmetadata>