26 lines
872 B
Bash
26 lines
872 B
Bash
# Template file for 'kdsoap-ws-discovery-client'
|
|
pkgname=kdsoap-ws-discovery-client
|
|
version=0.4.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DQT_MAJOR_VERSION=6"
|
|
hostmakedepends="extra-cmake-modules qt6-base KDSoap"
|
|
makedepends="KDSoap-devel qt6-base-devel"
|
|
short_desc=" Library for finding WS-Discovery devices in the network using KDSoap"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://invent.kde.org/libraries/kdsoap-ws-discovery-client"
|
|
#changelog=""
|
|
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=2cd247c013e75f410659bac372aff93d22d71c5a54c059e137b9444af8b3427a
|
|
|
|
kdsoap-ws-discovery-client-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|