16 lines
452 B
BlitzBasic
16 lines
452 B
BlitzBasic
SUMMARY = "Libkdcraw is a C++ interface around LibRaw library"
|
|
LICENSE = "BSD-3-Clause & GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSES/BSD-3-Clause.txt;md5=954f4d71a37096249f837652a7f586c0 \
|
|
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
|
|
"
|
|
|
|
inherit kde-apps
|
|
|
|
DEPENDS += "\
|
|
libraw \
|
|
"
|
|
|
|
PV = "${KDE_APP_VERSION}"
|
|
SRC_URI[sha256sum] = "8d94b9987a4bcc381eb4fe4cbd20f4c57eb5a16a747039d40496ba3562d89fe0"
|