# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kdoctools pkgver=5.49.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="bb1571583877ac09cc842c90525023628aa9cf319233831d6552226f52d82e76260e8d3d8b1c337031ef55c21e95de25cc2f21ac05e5d9198fa5d033456ee5fe kdoctools-5.49.0.tar.xz"