1DESCRIPTION = "Libdivecomputer is a cross-platform and open source library for communication with dive computers from various manufacturers."
2HOMEPAGE = "http://www.divesoftware.org/libdc/"
3
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
6
7DEPENDS = "libusb1"
8
9inherit autotools pkgconfig
10
11PV = "0.7.0"
12
13SRCREV = "47cbed5355ffda7b952193a770a9a9fa9f89b25b"
14SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https \
15          "
16
17S = "${WORKDIR}/git"
18
19
20