# Contributor : Andrea Scarpino source ../frameworks.conf pkgname=kdoctools pkgver=${KFVersion} pkgrel=1 pkgdesc='Various tools to work with documentation' arch=('x86_64') url='https://projects.kde.org/projects/frameworks/kdoctools' license=('LGPL') depends=('karchive' 'docbook-xsl') makedepends=("extra-cmake-modules>=${KFECMVersion}" "ki18n" "python3" "perl-uri") groups=('kf5') options=('staticlibs' 'debug') source=("${KFServer}/${pkgname}-${pkgver}.tar.xz") sha256sums=( $(getSum ${pkgname}) ) prepare() { mkdir -p build } build() { cd build cmake_kf5 ../${pkgname}-${pkgver} \ -DPYTHON_EXECUTABLE=/usr/bin/python3 make } # check() { # cd build # make test # } package() { cd build make DESTDIR="${pkgdir}" install }