void-packages/srcpkgs/kolourpaint/template
Jürgen Buchmüller 7a9722c76a kolourpaint: fix cross
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-03 08:21:52 +02:00

22 lines
725 B
Bash

# Template file for 'kolourpaint'
pkgname=kolourpaint
version=17.12.3
revision=1
short_desc="Free, easy-to-use paint program for KDE"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
build_style=cmake
hostmakedepends="extra-cmake-modules"
makedepends="kdelibs4support-devel kparts-devel qt5-devel"
homepage="http://www.kolourpaint.org/"
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=1c0df432c88140c26d3e379a79b99d4c4c71dc75f492d9c6e36bba1ea71f6d97
license="2-clause-BSD, GPL-2, GPL-2+, GFDL-1.2"
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" python qt5-host-tools qt5-qmake kconfig kdoctools"
fi
post_install() {
vlicense COPYING COPYING.DOC COPYING.LIB
}