Magellan Linux

Contents of /branches/R11-unstable/extras/jemalloc/jemalloc-5.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32895 - (show annotations) (download)
Mon Apr 29 13:55:35 2019 UTC (5 years ago) by niro
File size: 504 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="jemalloc"
4 PVER="5.1.0"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="Jemalloc is a general purpose mallocimplementation."
10 HOMEPAGE="http://jemalloc.net/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 https://github.com/${PNAME}/${PNAME}/releases/download/${PVER}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd https://github.com/jemalloc/jemalloc/releases | grep ${PNAME}- | highesttarball"