mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-24 22:36:22 +02:00
19 lines
482 B
PHP
19 lines
482 B
PHP
DESCRIPTION = "KArchive"
|
|
HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html"
|
|
LICENSE = "LGPL-2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
|
"
|
|
PR = "r0"
|
|
|
|
DEPENDS = "ecm zlib bzip2 xz qtbase"
|
|
|
|
SRC_URI = "git://anongit.kde.org/karchive;protocol=git"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake_kf5
|
|
|
|
FILES_${PN}-dev += " \
|
|
${libdir}/cmake/KF5Archive/*.cmake \
|
|
${prefix}/mkspecs/modules/qt_KArchive.pri \
|
|
"
|