summaryrefslogtreecommitdiff
path: root/packages/gpstk/gpstk_1.2.bb
blob: 8d13b5f22569fefa8730c96ed776dc059013ec82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}