Magellan Linux

Annotation of /trunk/extras/jemalloc/jemalloc-5.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29580 - (hide annotations) (download)
Tue Jul 4 15:00:46 2017 UTC (6 years, 10 months ago) by niro
File size: 504 byte(s)
auto added: ver bump to 5.0.1-r1
1 niro 29580 # $Id$
2    
3     PNAME="jemalloc"
4     PVER="5.0.1"
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"