67 lines
2.3 KiB
XML
67 lines
2.3 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.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>BSD</License>
|
||
<IsA>library</IsA>
|
||
<Summary>General-purpose scalable concurrent malloc implementation</Summary>
|
||
<Description>Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması</Description>
|
||
<Archive sha1sum="3e4781e0c8c0033a0da5f93a204c172337c3353b" type="targz">https://github.com/jemalloc/jemalloc/archive/refs/tags/5.3.0.tar.gz</Archive>
|
||
<!--
|
||
<Patches>
|
||
<Patch>jemalloc.patch</Patch>
|
||
<Patch level="1">jemalloc.patch</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="header">/usr/include</Path>
|
||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<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>
|