diff --git a/programming/library/jemalloc/actions.py b/programming/library/jemalloc/actions.py index 61fd05dd3f..b91a6f8638 100644 --- a/programming/library/jemalloc/actions.py +++ b/programming/library/jemalloc/actions.py @@ -1,25 +1,21 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.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() + autotools.configure("--prefix=/usr") def build(): autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + a = 'install_{bin,include,lib,doc_man}' + autotools.rawInstall("DESTDIR=%s" % get.installDIR(), argument = '%s' % a) pisitools.dodoc("ChangeLog", "COPYING") diff --git a/programming/library/jemalloc/pspec.xml b/programming/library/jemalloc/pspec.xml index a015aac5a3..7c3dd83796 100644 --- a/programming/library/jemalloc/pspec.xml +++ b/programming/library/jemalloc/pspec.xml @@ -1,5 +1,5 @@ - + jemalloc @@ -8,17 +8,17 @@ PisiLinux Community admins@pisilinux.org - BSD + BSD2 library - General-purpose scalable concurrent malloc implementation - Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması - https://github.com/jemalloc/jemalloc/archive/refs/tags/5.3.0.tar.gz - - --> @@ -31,7 +31,6 @@ /usr/lib /usr/share /usr/share/man - /usr/share/doc @@ -42,12 +41,20 @@ jemalloc + /usr/bin/jemalloc-config /usr/include - /usr/lib/pkgconfig + /usr/lib/pkgconfig + + 2026-06-14 + 5.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-26 5.3.0 diff --git a/programming/library/jemalloc/translations.xml b/programming/library/jemalloc/translations.xml index 6eada3f114..23afd81f06 100644 --- a/programming/library/jemalloc/translations.xml +++ b/programming/library/jemalloc/translations.xml @@ -2,7 +2,7 @@ jemalloc - General-purpose scalable concurrent malloc implementation + Genel.amaçlı.ölçeklenebilir.eşzamanlı.malloc.uygulaması Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması