pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>kdsoap</Name>
  6. <Homepage>https://github.com/KDAB/KDSoap</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>custom</License>
  12. <IsA>library</IsA>
  13. <Summary>Qt-based client-side and server-side SOAP component</Summary>
  14. <Description>It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server.</Description>
  15. <Archive sha1sum="cafb4fd9c7d5a70535be766b440efb2f314bb5bb" type="targz">https://github.com/KDAB/KDSoap/releases/download/kdsoap-1.9.0/kdsoap-1.9.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>qt5-base-devel</Dependency>
  19. </BuildDependencies>
  20. <!--
  21. <Patches>
  22. <Patch>kdsoap.patch</Patch>
  23. <Patch level="1">kdsoap.patch</Patch>
  24. </Patches>
  25. -->
  26. </Source>
  27. <Package>
  28. <Name>kdsoap</Name>
  29. <RuntimeDependencies>
  30. <Dependency>libgcc</Dependency>
  31. <Dependency>qt5-base</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>kdsoap-devel</Name>
  42. <Summary>Development files for kdsoap</Summary>
  43. <RuntimeDependencies>
  44. <Dependency release="current">kdsoap</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="header">/usr/include</Path>
  48. <Path fileType="data">/usr/lib/cmake</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="1">
  53. <Date>2020-05-11</Date>
  54. <Version>1.9.0</Version>
  55. <Comment>First release</Comment>
  56. <Name>PisiLinux Community</Name>
  57. <Email>admins@pisilinux.org</Email>
  58. </Update>
  59. </History>
  60. </PISI>