From: Rod Whitby Date: Sat, 24 Mar 2007 04:47:35 +0000 (+0000) Subject: gpstk: Open source libraries and applications to facilitate working with GPS data... X-Git-Tag: Release-2010-05/1~8868^2~999 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e06636078b375d497bba32b0a8b29394f8b21aaa;p=openembedded.git gpstk: Open source libraries and applications to facilitate working with GPS data for research and high accuracy uses. --- 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 +}