diff --git a/common/shlibs b/common/shlibs index ac5c05fcf7..1680de6d76 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3859,3 +3859,4 @@ libstk-4.6.1.so libstk-4.6.1_1 libc++utilities.so.5 cpp-utilities-5.2.0_1 libtagparser.so.9 tagparser-9.1.2_1 libqtutilities.so.6 qtutilities-6.0.4_1 +libkdsoap.so.1.9.0 KDSoap-1.9.0_1 diff --git a/srcpkgs/KDSoap-devel b/srcpkgs/KDSoap-devel new file mode 120000 index 0000000000..4f36680df9 --- /dev/null +++ b/srcpkgs/KDSoap-devel @@ -0,0 +1 @@ +KDSoap \ No newline at end of file diff --git a/srcpkgs/KDSoap/template b/srcpkgs/KDSoap/template new file mode 100644 index 0000000000..454b6bc3e8 --- /dev/null +++ b/srcpkgs/KDSoap/template @@ -0,0 +1,26 @@ +# Template file for 'KDSoap' +pkgname=KDSoap +version=1.9.0 +revision=1 +wrksrc="kdsoap-${version}" +build_style=cmake +hostmakedepends="KDSoap-devel qt5-qmake qt5-host-tools" +makedepends="qt5-devel" +short_desc="Qt-based client-side and server-side SOAP component" +maintainer="John " +license="GPL-3.0-or-later" +homepage="https://www.kdab.com/development-resources/qt-tools/kd-soap/" +distfiles="https://github.com/KDAB/KDSoap/releases/download/kdsoap-${version}/kdsoap-${version}.tar.gz" +checksum=e3b9626d5cb08f41a709fa35031ce17bfdd075b7387baf14ecf8a9ca10994828 + +KDSoap-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove usr/bin/kdwsdl2cpp + vmove "usr/lib/*.so" + vmove usr/share/mkspecs + } +}