Files
main/programming/library/jemalloc/pspec.xml
T
4fury-c3440d8 6e0246126a xavs2.
2026-04-15 14:31:32 +04:00

75 lines
2.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>jemalloc</Name>
<Homepage>https://github.com/jemalloc/jemalloc/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD2</License>
<IsA>library</IsA>
<Summary>General-purpose scalable concurrent malloc implementation.</Summary>
<Description>jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.</Description>
<BuildDependencies>
<Dependency>libxslt-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="d8324d1bb4b3e1a227f0c6691b0dc9fb08002e9d" type="tarbz2">https://github.com/jemalloc/jemalloc/releases/download/5.3.1/jemalloc-5.3.1.tar.bz2</Archive>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>jemalloc</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>jemalloc-devel</Name>
<Summary>Development files for jemalloc</Summary>
<RuntimeDependencies>
<Dependency release="current">jemalloc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/jemalloc-config</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2026-04-14</Date>
<Version>5.3.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2022-11-26</Date>
<Version>5.3.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-11-20</Date>
<Version>5.2.1</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>