Magellan Linux

Annotation of /smage/trunk/extras/jemalloc/jemalloc-5.0.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10641 - (hide annotations) (download)
Tue Aug 29 13:00:01 2017 UTC (6 years, 8 months ago) by niro
File size: 551 byte(s)
auto added: ver bump to 5.0.1-r3
1 niro 10641 # $Id$
2    
3     PNAME="jemalloc"
4     PVER="5.0.1"
5     PBUILD="r3"
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"