blob: b7c1958eef8493636b7b8da09b20277c8d45e739 [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
Brad Bishop868407c2019-11-04 13:24:47 -050011PV = "0.6.0"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050012
Brad Bishop868407c2019-11-04 13:24:47 -050013SRCREV = "1195abc2f4acc7b10175d570ec73549d0938c83e"
14SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015 "
16
17S = "${WORKDIR}/git"
18
19