Magellan Linux

Annotation of /smage/trunk/extras/jemalloc/jemalloc-5.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11871 - (hide annotations) (download)
Thu Aug 16 08:24:03 2018 UTC (5 years, 8 months ago) by niro
File size: 551 byte(s)
auto added: ver bump to 5.1.0-r1
1 niro 11871 # $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     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
18     sminclude mbuild alx-split
19    
20     SRC_URI=(
21     https://github.com/${PNAME}/${PNAME}/releases/download/${PVER}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd https://github.com/jemalloc/jemalloc/releases | grep ${PNAME}- | highesttarball"