void-packages/srcpkgs/kmime/template
2019-10-12 15:31:18 +03:00

28 lines
804 B
Bash

# Template file for 'kmime'
pkgname=kmime
version=19.08.2
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules python3"
makedepends="kcodecs-devel ki18n-devel"
short_desc="Library for handling mail messages and newsgroup articles"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://community.kde.org/KDE_PIM"
distfiles="${KDE_SITE}/applications/${version}/src/kmime-${version}.tar.xz"
checksum=f153332bb71de9d4451b8d28135a914059f5156fc8dda33f6375671603477771
if [ "CROSS_BUILD" ];then
hostmakedepends+=" qt5-qmake qt5-host-tools"
fi
kmime-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/qt5/mkspecs
vmove "usr/lib/*.so"
}
}