pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>jemalloc</Name>
  6. <Homepage>https://github.com/jemalloc/jemalloc/</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>General-purpose scalable concurrent malloc implementation</Summary>
  14. <Description>Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması</Description>
  15. <Archive sha1sum="3e4781e0c8c0033a0da5f93a204c172337c3353b" type="targz">https://github.com/jemalloc/jemalloc/archive/refs/tags/5.3.0.tar.gz</Archive>
  16. <!--
  17. <Patches>
  18. <Patch>jemalloc.patch</Patch>
  19. <Patch level="1">jemalloc.patch</Patch>
  20. </Patches>
  21. -->
  22. </Source>
  23. <Package>
  24. <Name>jemalloc</Name>
  25. <RuntimeDependencies>
  26. <Dependency>libgcc</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="data">/usr/share</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>jemalloc-devel</Name>
  38. <Summary>Development files for jemalloc</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">jemalloc</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="library">/usr/lib/pkgconfig</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="2">
  49. <Date>2022-11-26</Date>
  50. <Version>5.3.0</Version>
  51. <Comment>Version bump.</Comment>
  52. <Name>Mustafa Cinasal</Name>
  53. <Email>muscnsl@gmail.com</Email>
  54. </Update>
  55. <Update release="1">
  56. <Date>2021-11-20</Date>
  57. <Version>5.2.1</Version>
  58. <Comment>First release</Comment>
  59. <Name>PisiLinux Community</Name>
  60. <Email>admins@pisilinux.org</Email>
  61. </Update>
  62. </History>
  63. </PISI>