blob: 7ca2a5f2c683e0d65fa2a4a6cde25bd6deed8a83 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "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
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070011PV = "0.7.0"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050012
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070013SRCREV = "47cbed5355ffda7b952193a770a9a9fa9f89b25b"
Andrew Geissler595f6302022-01-24 19:11:47 +000014SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https;branch=master \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015 "
16
17S = "${WORKDIR}/git"
18
19