diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-12 23:12:18 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-12 23:12:18 +0300 |
commit | f7f3cd00bd6f500032e3b1ec9b5112ba852bdf72 (patch) | |
tree | 73967552473c3adfe63be9108ace7547c42fcca2 | |
parent | b0fcdda21df2f6098372760451d81620fa10cf40 (diff) |
google-perf-tools: changes requested by exherbo developers
-rw-r--r-- | packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 b/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 index 8d44c9b..11fb243 100644 --- a/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 +++ b/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 @@ -1,8 +1,7 @@ # Distributed under the terms of the GNU General Public License v2 +# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> -SCM_REPOSITORY="https://github.com/gperftools/gperftools.git" - -require scm-git flag-o-matic +require github [ user=gperftools project=gperftools ] flag-o-matic require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 1.13 1.12 1.11 ] need_libtool=false ] @@ -15,10 +14,10 @@ DESCRIPTION="" HOMEPAGE="https://github.com/gperftools/gperftools" MYOPTIONS=" - largepages - debug + debug + largepages [[ description = [ Use (experimental) larger pages for tcmalloc, this increases memory usage, but should speed up the allocation/free operations. ] ]] minimal - optimisememory + optimisememory [[ description = [ build libtcmalloc with smaller internal caches. ] ]] " DEPENDENCIES=" @@ -33,6 +32,5 @@ src_configure() { econf \ $(option_enable debug debugalloc) - - } + |