summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-014
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)
-
-
}
+