diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-03-24 04:47:35 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-03-24 04:47:35 +0000 |
commit | e06636078b375d497bba32b0a8b29394f8b21aaa (patch) | |
tree | b9c3279d413cba25ec40075133159f9b22dcb6fd /packages/gpstk/gpstk_1.2.bb | |
parent | c28b59d4bfaba12056b3e6f5c1ae39cabdf958df (diff) |
gpstk: Open source libraries and applications to facilitate working with GPS data for research and high accuracy uses.
Diffstat (limited to 'packages/gpstk/gpstk_1.2.bb')
-rw-r--r-- | packages/gpstk/gpstk_1.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 +} |