jemalloc new package

This commit is contained in:
Rmys
2021-11-20 20:17:01 +03:00
parent f3ccfba851
commit c508e11331
7 changed files with 311416 additions and 311020 deletions
+311322 -311018
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
750cb8f6bfaf2b7d4434f1c5363d2b19a2ea97ed
878e6ab60a763324924d4400f2155d3f532504e7
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
85327ee89f104a3c151447277cde56f6d0d4832e
5cb814477ad7a63e60852c215343904364c6517d
+25
View File
@@ -0,0 +1,25 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
#shelltools.export("CC", "clang")
#shelltools.export("CXX", "clang++")
shelltools.system("./autogen.sh")
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "COPYING")
+59
View File
@@ -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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>jemalloc</Name>
<Summary xml:lang="tr">General-purpose scalable concurrent malloc implementation</Summary>
<Description xml:lang="tr">Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması</Description>
</Source>
</PISI>