Add ModemManagerQt recipe

Reviewers: cordlandwehr

Reviewed By: cordlandwehr

Differential Revision: https://phabricator.kde.org/D7082
This commit is contained in:
Volker Krause
2017-08-02 20:38:13 +02:00
parent a7f242ead2
commit 055e9a8830
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
DESCRIPTION = "ModemManagerQt"
HOMEPAGE = "https://api.kde.org/frameworks/modemmanager-qt/html/index.html"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
PR = "r0"
DEPENDS = "qtbase modemmanager"
SRC_URI = "git://anongit.kde.org/modemmanager-qt"
S = "${WORKDIR}/git"
inherit cmake_kf5

View File

@@ -0,0 +1,2 @@
require ${PN}.inc
SRCREV = "v${PV}"