summaryrefslogtreecommitdiffstats
path: root/archive-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2017-06-30 19:26:55 +0200
committerFlorian Franzmann2017-06-30 19:35:03 +0200
commiteb77b22a4f84e30c4bbe4298428a58770aa0e8d3 (patch)
tree487e9b4bc4a45c66d05eef53c6b7e5a2335214e8 /archive-libs
parent9508071896c3310a83cc2969fde87128a05969be (diff)
archive-libs/snappy: version 1.1.5
Diffstat (limited to 'archive-libs')
-rwxr-xr-xarchive-libs/snappy/BUILD1
-rwxr-xr-xarchive-libs/snappy/DEPENDS4
-rwxr-xr-xarchive-libs/snappy/DETAILS4
-rw-r--r--archive-libs/snappy/HISTORY5
-rwxr-xr-xarchive-libs/snappy/PRE_BUILD3
5 files changed, 10 insertions, 7 deletions
diff --git a/archive-libs/snappy/BUILD b/archive-libs/snappy/BUILD
new file mode 100755
index 0000000000..e013b8d866
--- /dev/null
+++ b/archive-libs/snappy/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/archive-libs/snappy/DEPENDS b/archive-libs/snappy/DEPENDS
index 4407bca0e7..a3fa00235b 100755
--- a/archive-libs/snappy/DEPENDS
+++ b/archive-libs/snappy/DEPENDS
@@ -1,3 +1,3 @@
-depends automake &&
-depends autoconf &&
+depends cmake &&
+depends gflags &&
depends -sub CXX gcc
diff --git a/archive-libs/snappy/DETAILS b/archive-libs/snappy/DETAILS
index e9306e9fe0..6d2e28a8bd 100755
--- a/archive-libs/snappy/DETAILS
+++ b/archive-libs/snappy/DETAILS
@@ -8,8 +8,8 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${SNAPPY_BRANCH}
SOURCE_URL[0]=git://github.com/google/${SPELL}.git
SOURCE_IGNORE=volatile
else
- VERSION=1.1.4
- SOURCE_HASH=sha512:873f655713611f4bdfc13ab2a6d09245681f427fbd4f6a7a880a49b8c526875dbdd623e203905450268f542be24a2dc9dae50e6acc1516af1d2ffff3f96553da
+ VERSION=1.1.5
+ SOURCE_HASH=sha512:99f29f3b4ada0b25692f594a17c0c4b2625fb6c6ffbc875b8dd940fd8080f1e9afdb000c866380f2375246e7b3fbab8521e1bb4d226789798459c628318d571b
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/google/snappy/archive/${VERSION}.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/archive-libs/snappy/HISTORY b/archive-libs/snappy/HISTORY
index fc6fd93778..4950635de7 100644
--- a/archive-libs/snappy/HISTORY
+++ b/archive-libs/snappy/HISTORY
@@ -1,3 +1,8 @@
+2017-06-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.1.5
+ * DEPENDS, BUILD: use cmake
+ * DEPENDS: depend on gflags
+
2017-02-25 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.1.4
diff --git a/archive-libs/snappy/PRE_BUILD b/archive-libs/snappy/PRE_BUILD
deleted file mode 100755
index 99da239e52..0000000000
--- a/archive-libs/snappy/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-./autogen.sh