void-packages/srcpkgs/ksystemlog/template

19 lines
674 B
Bash

# Template file for 'ksystemlog'
pkgname=ksystemlog
version=17.12.1
revision=1
build_style=cmake
configure_args="-Wno-dev -DSYSCONF_INSTALL_DIR=/etc"
hostmakedepends="extra-cmake-modules pkg-config"
makedepends="kparts-devel qt5-devel"
short_desc="KDE System log viewer tool"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://kde.org/applications/system/ksystemlog/"
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=26de1a2bd64bf27ba8ad942befd8194c27ca356e8554cd0eb1737dc4babcc00d
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi