Initial attempt

This commit is contained in:
Johan Thelin
2014-07-11 08:39:00 +02:00
committed by Volker Krause
parent 403e157b91
commit 82df1db08b
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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"
GIT_REPO = "git://anongit.kde.org/karchive;protocol=git"
S = "${WORKDIR}/git"
inherit qmake5
inherit cmake

View File

@@ -0,0 +1,5 @@
require ${PN}.inc
SRC_URI = "${GIT_REPO}"
SRCREV = "05065c64b0d60842b9b8004ecf29132978e99a42"
PV = "5.0.0"