pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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="eba253ac0dcdd6572c6631b0c579471d88d3dc8d" type="targz">https://github.com/libevent/libevent/archive/release-2.1.12-stable.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="1.1.1d">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.1.1d">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="7">
  51. <Date>2023-11-18</Date>
  52. <Version>2.1.12</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>Mustafa Cinasal</Name>
  55. <Email>muscnsl@gmail.com</Email>
  56. </Update>
  57. <Update release="6">
  58. <Date>2021-09-15</Date>
  59. <Version>2.1.11</Version>
  60. <Comment>Rebuild</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="5">
  65. <Date>2020-01-12</Date>
  66. <Version>2.1.11</Version>
  67. <Comment>Version bump</Comment>
  68. <Name>İdris Kalp</Name>
  69. <Email>aidriskalp@gmail.com</Email>
  70. </Update>
  71. <Update release="4">
  72. <Date>2018-08-05</Date>
  73. <Version>2.1.8</Version>
  74. <Comment>Rebuild.</Comment>
  75. <Name>Ayhan Yalçınsoy</Name>
  76. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  77. </Update>
  78. <Update release="3">
  79. <Date>2017-03-02</Date>
  80. <Version>2.1.8</Version>
  81. <Comment>Version Bump</Comment>
  82. <Name>Ayhan Yalçınsoy</Name>
  83. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  84. </Update>
  85. <Update release="2">
  86. <Date>2016-06-09</Date>
  87. <Version>2.0.22</Version>
  88. <Comment>Release Bump</Comment>
  89. <Name>Pisi Linux Community</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="1">
  93. <Date>2015-07-30</Date>
  94. <Version>2.0.22</Version>
  95. <Comment>First release</Comment>
  96. <Name>Ertuğrul Erata</Name>
  97. <Email>ertugrulerata@gmail.com</Email>
  98. </Update>
  99. </History>
  100. </PISI>