Add recipe for Prison

Reviewers: cordlandwehr

Reviewed By: cordlandwehr

Differential Revision: https://phabricator.kde.org/D6988
This commit is contained in:
Volker Krause
2017-07-30 12:59:20 +02:00
parent e29f976fac
commit ad5660aed0
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
DESCRIPTION = "Library for reading and writing data matrix barcodes"
HOMEPAGE = "http://www.libdmtx.org/"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8a135723039c12792b01a2c688251b"
PR = "r0"
inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/libdmtx/libdmtx/${PV}/libdmtx-${PV}.tar.gz"
SRC_URI[md5sum] = "9d9d87f489f0d5b3727d00b784e04c33"
SRC_URI[sha256sum] = "686bcfb44e50b96345aa53f41e285f2118a2cf87a333b69b74165a2e7ddca492"

View File

@@ -0,0 +1,18 @@
DESCRIPTION = "Prison"
HOMEPAGE = "https://api.kde.org/frameworks/prison/html/index.html"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=02744127548d68b579a51bda5af08e2b \
"
PR = "r0"
DEPENDS = "qtbase qrencode libdmtx"
SRC_URI = "git://anongit.kde.org/prison"
S = "${WORKDIR}/git"
inherit cmake_kf5
FILES_${PN}-dev += " \
${libdir}/cmake/KF5Prison/*.cmake \
${prefix}/mkspecs/modules/qt_Prison.pri \
"

View File

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