pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>kdsoap6</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="147488c56d406cb1fb0b5442e1f86dee2f97c48d" type="targz">https://github.com/KDAB/KDSoap/releases/download/kdsoap-2.1.1/kdsoap-2.1.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>qt6-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>kdsoap6</Name>
  29. <RuntimeDependencies>
  30. <Dependency>libgcc</Dependency>
  31. <Dependency>qt6-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>kdsoap6-devel</Name>
  42. <Summary>Development files for kdsoap</Summary>
  43. <RuntimeDependencies>
  44. <Dependency release="current">kdsoap6</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="2">
  53. <Date>2024-09-17</Date>
  54. <Version>2.1.1</Version>
  55. <Comment>Rebuild</Comment>
  56. <Name>PisiLinux Community</Name>
  57. <Email>admins@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2024-02-28</Date>
  61. <Version>2.1.1</Version>
  62. <Comment>First release</Comment>
  63. <Name>PisiLinux Community</Name>
  64. <Email>admins@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>