blob: 6c4f4a072137001c50e5fde77a4ff49cdc321f80 [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
11PV = "0.4.2+gitr${SRCPV}"
12
13SRCREV = "5f765f91430f16932d96b3777404420aa2dd4c7c"
14SRC_URI = "git://git.libdivecomputer.org/libdivecomputer.git \
15 file://fix-ar.patch \
16 "
17
18S = "${WORKDIR}/git"
19
20