1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>kdsoap6</Name>
- <Homepage>https://github.com/KDAB/KDSoap</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>custom</License>
- <IsA>library</IsA>
- <Summary>Qt-based client-side and server-side SOAP component</Summary>
- <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>
- <Archive sha1sum="147488c56d406cb1fb0b5442e1f86dee2f97c48d" type="targz">https://github.com/KDAB/KDSoap/releases/download/kdsoap-2.1.1/kdsoap-2.1.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>kdsoap.patch</Patch>
- <Patch level="1">kdsoap.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>kdsoap6</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- <Dependency>qt6-base</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>kdsoap6-devel</Name>
- <Summary>Development files for kdsoap</Summary>
- <RuntimeDependencies>
- <Dependency release="current">kdsoap6</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/cmake</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="2">
- <Date>2024-09-17</Date>
- <Version>2.1.1</Version>
- <Comment>Rebuild</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2024-02-28</Date>
- <Version>2.1.1</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|