pspec.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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="ff1c1a4c63e3d7c7a057adbc33db2a887340bf3f" type="targz">http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.54.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gnutls-devel</Dependency>
  18. <Dependency>libgcrypt-devel</Dependency>
  19. <Dependency>libgpg-error-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>libmicrohttpd</Name>
  24. <RuntimeDependencies>
  25. <Dependency>gnutls</Dependency>
  26. <Dependency>libgcrypt</Dependency>
  27. <Dependency>libgpg-error</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin/microspdy2http</Path>
  31. <Path fileType="executable">/usr/bin/demo</Path>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="info">/usr/share/info</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>libmicrohttpd-devel</Name>
  40. <Summary>Development files for libmicrohttpd</Summary>
  41. <BuildDependencies>
  42. <Dependency>gnutls-devel</Dependency>
  43. </BuildDependencies>
  44. <RuntimeDependencies>
  45. <Dependency>gnutls-devel</Dependency>
  46. <Dependency release="current">libmicrohttpd</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="data">/usr/lib/pkgconfig</Path>
  51. <Path fileType="man">/usr/share/man/man3</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="3">
  56. <Date>2017-05-09</Date>
  57. <Version>0.9.54</Version>
  58. <Comment>Version Bump</Comment>
  59. <Name>Kamil Atlı</Name>
  60. <Email>suvari@pisilinux.org</Email>
  61. </Update>
  62. <Update release="2">
  63. <Date>2016-06-08</Date>
  64. <Version>0.9.49</Version>
  65. <Comment>Release Bump</Comment>
  66. <Name>Pisi Linux Community</Name>
  67. <Email>admin@pisilinux.org</Email>
  68. </Update>
  69. <Update release="1">
  70. <Date>2016-04-25</Date>
  71. <Version>0.9.49</Version>
  72. <Comment>First release</Comment>
  73. <Name>Ali Algul(gulle)</Name>
  74. <Email>alialgul@pisilinux.org</Email>
  75. </Update>
  76. </History>
  77. </PISI>