pspec.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gsoap</Name>
  6. <Homepage>http://sourceforge.net/projects/gsoap2/</Homepage>
  7. <Packager>
  8. <Name>Osman Erkan</Name>
  9. <Email>osman.erkan@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Summary>Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++</Summary>
  13. <Description>The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings.</Description>
  14. <Archive sha1sum="d3c476c8e946b7d3c5ad9e66541294c359520934" type="zip">https://sourceforge.net/projects/gsoap2/files/gsoap-2.8/gsoap_2.8.61.zip</Archive>
  15. <BuildDependencies>
  16. <Dependency>zlib-devel</Dependency>
  17. <Dependency>openssl-devel</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <!--<Patch level="1">gsoap-pad.patch</Patch> -->
  21. <!--<Patch level="1">gsoap-libtool.patch</Patch> -->
  22. <!--<Patch level="1">gsoap-private-lm.patch</Patch> -->
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>gsoap</Name>
  27. <RuntimeDependencies>
  28. <Dependency>zlib</Dependency>
  29. <Dependency>openssl</Dependency>
  30. <Dependency>libgcc</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="data">/usr/share/gsoap</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>gsoap-devel</Name>
  41. <Summary>Development files for gsoap</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">gsoap</Dependency>
  44. <Dependency>zlib-devel</Dependency>
  45. <Dependency>openssl-devel</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="data">/usr/lib/pkgconfig</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="3">
  54. <Date>2018-02-11</Date>
  55. <Version>2.8.61</Version>
  56. <Comment>Version Bump</Comment>
  57. <Name>Pisi Linux Community</Name>
  58. <Email>admin@pisilinux.org</Email>
  59. </Update>
  60. <Update release="3">
  61. <Date>2017-03-19</Date>
  62. <Version>2.8.44</Version>
  63. <Comment>Version Bump</Comment>
  64. <Name>Pisi Linux Community</Name>
  65. <Email>admin@pisilinux.org</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2016-06-09</Date>
  69. <Version>2.8.22</Version>
  70. <Comment>Release Bump</Comment>
  71. <Name>Pisi Linux Community</Name>
  72. <Email>admin@pisilinux.org</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2015-08-12</Date>
  76. <Version>2.8.22</Version>
  77. <Comment>First release</Comment>
  78. <Name>Ertuğrul Erata</Name>
  79. <Email>ertugrulerata@gmail.com</Email>
  80. </Update>
  81. </History>
  82. </PISI>