summaryrefslogtreecommitdiffstats
path: root/archive-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-06 14:19:17 +0200
committerFlorian Franzmann2019-10-06 22:02:48 +0200
commitd7213704b5092489a7cfe53b88d49f8bb366012a (patch)
treee5da331079e97269b9cf186ef4948dd81aa4f061 /archive-libs
parent84ab58c2e8499a9ff688e07d262f7ff1238f14b9 (diff)
archive-libs/snappy: use CMAKE_*
Diffstat (limited to 'archive-libs')
-rwxr-xr-xarchive-libs/snappy/BUILD3
-rwxr-xr-xarchive-libs/snappy/CONFIGURE1
-rwxr-xr-xarchive-libs/snappy/DEPENDS3
-rwxr-xr-xarchive-libs/snappy/DETAILS1
-rw-r--r--archive-libs/snappy/HISTORY3
5 files changed, 9 insertions, 2 deletions
diff --git a/archive-libs/snappy/BUILD b/archive-libs/snappy/BUILD
index 2f7ef2430c..6a2a4d5b0a 100755
--- a/archive-libs/snappy/BUILD
+++ b/archive-libs/snappy/BUILD
@@ -1,2 +1,3 @@
OPTS+=" -DBUILD_SHARED_LIBS=1" &&
-cmake_build
+
+default_build
diff --git a/archive-libs/snappy/CONFIGURE b/archive-libs/snappy/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/archive-libs/snappy/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/archive-libs/snappy/DEPENDS b/archive-libs/snappy/DEPENDS
index a3fa00235b..e2adeb13a3 100755
--- a/archive-libs/snappy/DEPENDS
+++ b/archive-libs/snappy/DEPENDS
@@ -1,3 +1,4 @@
-depends cmake &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
+
depends gflags &&
depends -sub CXX gcc
diff --git a/archive-libs/snappy/DETAILS b/archive-libs/snappy/DETAILS
index 7ff8047cb1..182c38e48a 100755
--- a/archive-libs/snappy/DETAILS
+++ b/archive-libs/snappy/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
. "$GRIMOIRE/FUNCTIONS"
SPELL=snappy
if [ "${SNAPPY_BRANCH}" == "scm" ]; then
diff --git a/archive-libs/snappy/HISTORY b/archive-libs/snappy/HISTORY
index 99871d6cd4..be4b3f7d79 100644
--- a/archive-libs/snappy/HISTORY
+++ b/archive-libs/snappy/HISTORY
@@ -1,3 +1,6 @@
+2019-10-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2018-03-10 Treeve Jelbert <treeve@sourcemage.org>
* BUILD: force shared libs