pspec.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libevent</Name>
  6. <Homepage>http://monkey.org/~provos/libevent</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</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="8a37ad06dd28ed3da785819da297b1a3b2ea9307" type="targz">https://github.com/libevent/libevent/archive/release-2.1.8-stable.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="1.0.2j">openssl-devel</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="0">libevent-linkage_fix.diff</Patch>
  22. <Patch level="1">libevent-2.0.13-manpages-on.patch</Patch>
  23. <!--Patch level="1">libevent-2.0.21-stable-automake-fix.patch</Patch-->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>libevent</Name>
  28. <RuntimeDependencies>
  29. <Dependency versionFrom="1.0.2j">openssl</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>libevent-devel</Name>
  39. <Summary>Development files for libevent</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">libevent</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="header">/usr/include</Path>
  45. <Path fileType="data">/usr/lib/pkgconfig</Path>
  46. <Path fileType="man">/usr/share/man/man3</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="3">
  51. <Date>2017-03-02</Date>
  52. <Version>2.1.8</Version>
  53. <Comment>Version Bump</Comment>
  54. <Name>Ayhan Yalçınsoy</Name>
  55. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  56. </Update>
  57. <Update release="2">
  58. <Date>2016-06-09</Date>
  59. <Version>2.0.22</Version>
  60. <Comment>Release Bump</Comment>
  61. <Name>Pisi Linux Community</Name>
  62. <Email>admin@pisilinux.org</Email>
  63. </Update>
  64. <Update release="1">
  65. <Date>2015-07-30</Date>
  66. <Version>2.0.22</Version>
  67. <Comment>First release</Comment>
  68. <Name>Ertuğrul Erata</Name>
  69. <Email>ertugrulerata@gmail.com</Email>
  70. </Update>
  71. </History>
  72. </PISI>