gpstk: Open source libraries and applications to facilitate working with GPS data...
authorRod Whitby <rod@whitby.id.au>
Sat, 24 Mar 2007 04:47:35 +0000 (04:47 +0000)
committerRod Whitby <rod@whitby.id.au>
Sat, 24 Mar 2007 04:47:35 +0000 (04:47 +0000)
packages/gpstk/.mtn2git_empty [new file with mode: 0644]
packages/gpstk/files/.mtn2git_empty [new file with mode: 0644]
packages/gpstk/files/configure.patch [new file with mode: 0644]
packages/gpstk/gpstk_1.2.bb [new file with mode: 0644]

diff --git a/packages/gpstk/.mtn2git_empty b/packages/gpstk/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gpstk/files/.mtn2git_empty b/packages/gpstk/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gpstk/files/configure.patch b/packages/gpstk/files/configure.patch
new file mode 100644 (file)
index 0000000..b975512
--- /dev/null
@@ -0,0 +1,10 @@
+--- gpstk-1.2/configure.ac~    2006-12-21 06:59:41.000000000 +1030
++++ gpstk-1.2/configure.ac     2007-03-24 14:59:42.000000000 +1030
+@@ -53,6 +53,7 @@
+                  apps/ionosphere/Makefile
+                  apps/MDPtools/Makefile
+                  apps/mergetools/Makefile
++                 apps/multipath/Makefile
+                  apps/reszilla/Makefile
+                  apps/time/Makefile
+                  apps/positioning/Makefile
diff --git a/packages/gpstk/gpstk_1.2.bb b/packages/gpstk/gpstk_1.2.bb
new file mode 100644 (file)
index 0000000..8d13b5f
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Libraries and applications to facilitate working with GPS data for research and high accuracy uses."
+HOMEPAGE = "http://www.gpstk.org/"
+LICENSE = "LGPL"
+SECTION = "libs"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gpstk/gpstk-${PV}-src.tar.gz \
+          file://configure.patch;patch=1"
+
+inherit autotools lib_package
+
+do_stage() {
+    autotools_stage_all
+}