blob: 86e3c0f14e98b13ee6d79549f151186de65bad95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Qt vCard library"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f94eaed54ffa1718d593504bae740faf"
DEPENDS += "qtbase"
SRCREV = "9b43ca01865f171cdd8a7d47b6da7c1a41c03e38"
SRC_URI = "git://github.com/pol51/libvcard.git;protocol=https"
PV = "1.0+gitr${SRCPV}"
S = "${WORKDIR}/git"
inherit cmake_qt5
ALLOW_EMPTY_${PN} = "1"
|