Magellan Linux

Contents of /smage/branches/alx07x-unstable/extras/jemalloc/jemalloc-5.0.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11017 - (show annotations) (download)
Thu Aug 31 09:06:47 2017 UTC (6 years, 7 months ago) by niro
File size: 551 byte(s)
-release branches/alx07x-unstable
1 # $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"