pspec.xml.new 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0"?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>libevent</Name>
  6. <Homepage>http://monkey.org/~provos/libevent</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>A library to execute a function when a specific event occurs on a file descriptor</Summary>
  14. <Description>The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop.</Description>
  15. <Archive sha1sum="a76bba0a281da9384d4be5b40f3907c07e21428c" type="targz">https://github.com/libevent/libevent/releases/download/release-2.1.11-stable/libevent-2.1.11-stable.tar.gz</Archive>
  16. <BuildDependencies>
  17. </BuildDependencies>
  18. </Source>
  19. <Package>
  20. <Name>libevent</Name>
  21. <RuntimeDependencies>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="executable">/usr/bin</Path>
  25. <Path fileType="library">/usr/lib</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>libevent-devel</Name>
  31. <Summary>Development files for libevent</Summary>
  32. <RuntimeDependencies>
  33. <Dependency release="current">libevent</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="header">/usr/include</Path>
  37. <Path fileType="data">/usr/lib/pkgconfig</Path>
  38. <Path fileType="man">/usr/share/man/man3</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="2">
  43. <Date>2019-12-12</Date>
  44. <Version>2.1.11-stable</Version>
  45. <Comment>Automatic version upgrade.</Comment>
  46. <Name>Ali Rıza KESKİN</Name>
  47. <Email>parduscix@yandex.ru</Email>
  48. </Update>
  49. <Update release="1">
  50. <Date>2019-09-13</Date>
  51. <Version>2.1.11</Version>
  52. <Comment>First release</Comment>
  53. <Name>Süleyman Poyraz</Name>
  54. <Email>zaryob.dev@gmail.com</Email>
  55. </Update>
  56. </History>
  57. </INARY>