jemalloc new package
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
<?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="3b9389178fc287e5b71e4a87c0c50b7a608cb415" type="targz">https://github.com/jemalloc/jemalloc/archive/refs/tags/5.2.1.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="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>
|
||||
Reference in New Issue
Block a user