# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kdoctools pkgver=5.40.0 pkgrel=0 pkgdesc='Documentation generation from docbook' arch="all" url='https://community.kde.org/Frameworks' license="LGPL-2.1" depends="docbook-xsl" depends_dev="qt5-qtbase-dev ki18n-dev karchive-dev libxslt-dev libxml2-dev libxml2-utils docbook-xml docbook-xsl" makedepends="$depends_dev extra-cmake-modules perl-uri" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" subpackages="$pkgname-dev $pkgname-doc" build() { cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib make } check() { cd "$builddir" CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="7279a2bbb01c9b6e31e4c7c1b9b5b1a14d9ba8ec78e63d4bf635838fbf01bc90e88ea9eb0788886548cd6c031b6c7d270c667c13f2c14d4fda6a786bc94d641b kdoctools-5.40.0.tar.xz"