pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libmicrohttpd</Name>
  6. <Homepage>http://www.gnu.org/software/libmicrohttpd</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <IsA>library</IsA>
  13. <Summary>A compact API and implementation of HTTP web server</Summary>
  14. <Description>libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.</Description>
  15. <Archive sha1sum="d835f399a42265f7759a462c22e57eee2300f708" type="targz">http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.77.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gnutls-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libmicrohttpd</Name>
  22. <RuntimeDependencies>
  23. <Dependency>gnutls</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="info">/usr/share/info</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>libmicrohttpd-devel</Name>
  34. <Summary>Development files for libmicrohttpd</Summary>
  35. <BuildDependencies>
  36. <Dependency>gnutls-devel</Dependency>
  37. </BuildDependencies>
  38. <RuntimeDependencies>
  39. <Dependency>gnutls-devel</Dependency>
  40. <Dependency release="current">libmicrohttpd</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="data">/usr/lib/pkgconfig</Path>
  45. <Path fileType="man">/usr/share/man/man3</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="7">
  50. <Date>2023-05-31</Date>
  51. <Version>0.9.77</Version>
  52. <Comment>Package fixes.</Comment>
  53. <Name>Evgeny Grin (Karlson2)</Name>
  54. <Email>k2k@narod.ru</Email>
  55. </Update>
  56. <Update release="6">
  57. <Date>2023-05-30</Date>
  58. <Version>0.9.77</Version>
  59. <Comment>Version bump.</Comment>
  60. <Name>Mustafa Cinasal</Name>
  61. <Email>muscnsl@gmail.com</Email>
  62. </Update>
  63. <Update release="5">
  64. <Date>2020-01-27</Date>
  65. <Version>0.9.69</Version>
  66. <Comment>Version bump.</Comment>
  67. <Name>Mustafa Cinasal</Name>
  68. <Email>muscnsl@gmail.com</Email>
  69. </Update>
  70. <Update release="4">
  71. <Date>2018-08-10</Date>
  72. <Version>0.9.59</Version>
  73. <Comment>Version Bump</Comment>
  74. <Name>Kamil Atlı</Name>
  75. <Email>suvari@pisilinux.org</Email>
  76. </Update>
  77. <Update release="3">
  78. <Date>2017-05-09</Date>
  79. <Version>0.9.54</Version>
  80. <Comment>Version Bump</Comment>
  81. <Name>Kamil Atlı</Name>
  82. <Email>suvari@pisilinux.org</Email>
  83. </Update>
  84. <Update release="2">
  85. <Date>2016-06-08</Date>
  86. <Version>0.9.49</Version>
  87. <Comment>Release Bump</Comment>
  88. <Name>Pisi Linux Community</Name>
  89. <Email>admin@pisilinux.org</Email>
  90. </Update>
  91. <Update release="1">
  92. <Date>2016-04-25</Date>
  93. <Version>0.9.49</Version>
  94. <Comment>First release</Comment>
  95. <Name>Ali Algul(gulle)</Name>
  96. <Email>alialgul@pisilinux.org</Email>
  97. </Update>
  98. </History>
  99. </PISI>