From e06636078b375d497bba32b0a8b29394f8b21aaa Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sat, 24 Mar 2007 04:47:35 +0000 Subject: [PATCH] gpstk: Open source libraries and applications to facilitate working with GPS data for research and high accuracy uses. --- packages/gpstk/.mtn2git_empty | 0 packages/gpstk/files/.mtn2git_empty | 0 packages/gpstk/files/configure.patch | 10 ++++++++++ packages/gpstk/gpstk_1.2.bb | 13 +++++++++++++ 4 files changed, 23 insertions(+) create mode 100644 packages/gpstk/.mtn2git_empty create mode 100644 packages/gpstk/files/.mtn2git_empty create mode 100644 packages/gpstk/files/configure.patch create mode 100644 packages/gpstk/gpstk_1.2.bb diff --git a/packages/gpstk/.mtn2git_empty b/packages/gpstk/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gpstk/files/.mtn2git_empty b/packages/gpstk/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gpstk/files/configure.patch b/packages/gpstk/files/configure.patch new file mode 100644 index 0000000000..b975512131 --- /dev/null +++ b/packages/gpstk/files/configure.patch @@ -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 index 0000000000..8d13b5f225 --- /dev/null +++ b/packages/gpstk/gpstk_1.2.bb @@ -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 +} -- 2.39.5