void-packages/srcpkgs/libkdcraw5/template
2018-08-17 08:39:59 +02:00

24 lines
790 B
Bash

# Template file for 'libkdcraw5'
pkgname=libkdcraw5
version=18.08.0
revision=1
wrksrc="libkdcraw-${version}"
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools"
makedepends="qt5-devel libraw-devel"
short_desc="C++ interface around LibRaw library used to decode RAW"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/graphics/"
distfiles="${KDE_SITE}/applications/${version}/src/libkdcraw-${version}.tar.xz"
checksum=dd146eebd1e0eea7e6a20ebd66b7d9ac2c79cc573de39faf6d34efaafb9bf376
libkdcraw5-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/cmake
}
}