summaryrefslogtreecommitdiffstats
path: root/archive-libs/snappy
diff options
context:
space:
mode:
authorFlorian Franzmann2015-09-15 19:11:28 +0200
committerFlorian Franzmann2015-09-15 19:19:51 +0200
commit95b420c2fd5ee9f89462b90018fe1cc4a4c5b23f (patch)
tree6d232abc1683b82f364d8b68677cdcb4f31542d1 /archive-libs/snappy
parent963455427dec0e166d11c56b35e2ac04ff80f352 (diff)
archive-libs/snappy: version 1.1.3
Diffstat (limited to 'archive-libs/snappy')
-rwxr-xr-xarchive-libs/snappy/DEPENDS3
-rwxr-xr-xarchive-libs/snappy/DETAILS6
-rw-r--r--archive-libs/snappy/HISTORY3
-rwxr-xr-xarchive-libs/snappy/PRE_BUILD5
4 files changed, 10 insertions, 7 deletions
diff --git a/archive-libs/snappy/DEPENDS b/archive-libs/snappy/DEPENDS
new file mode 100755
index 0000000000..4407bca0e7
--- /dev/null
+++ b/archive-libs/snappy/DEPENDS
@@ -0,0 +1,3 @@
+depends automake &&
+depends autoconf &&
+depends -sub CXX gcc
diff --git a/archive-libs/snappy/DETAILS b/archive-libs/snappy/DETAILS
index bb31a5382c..36765d0f9b 100755
--- a/archive-libs/snappy/DETAILS
+++ b/archive-libs/snappy/DETAILS
@@ -8,10 +8,10 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${SNAPPY_BRANCH}
SOURCE_URL[0]=git://github.com/google/${SPELL}.git
SOURCE_IGNORE=volatile
else
- VERSION=1.1.2
- SOURCE_HASH=sha512:da0e80528dfc815d765347c60dc5f14bc7fb882cc6894b87d3a43dec1a127cf8bcfe46e6cb93e130790c0ebd67368a1042500d9080f844441803c1b69c3cc07e
+ VERSION=1.1.3
+ SOURCE_HASH=sha512:15ce27a049813200778648b964465e44eed07d91830452f9db6f52da670a8e8d199b1d9e5cd8f938adda4ab97b628906f32d6efbfc394328ea8078bb4fb6dbd0
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://snappy.googlecode.com/files/$SOURCE
+ SOURCE_URL[0]=https://github.com/google/snappy/archive/${VERSION}.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
WEB_SITE=http://code.google.com/p/snappy/
diff --git a/archive-libs/snappy/HISTORY b/archive-libs/snappy/HISTORY
index 2d26cb0c67..00f8cd52bc 100644
--- a/archive-libs/snappy/HISTORY
+++ b/archive-libs/snappy/HISTORY
@@ -1,3 +1,6 @@
+2015-09-15 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS, PRE_BUILD, DEPENDS: version 1.1.3
+
2014-09-15 Jeremy Blosser <jblosser@sourcemage.org>
* DETAILS, PREPARE, PRE_BUILD: 1.1.2 and add git version.
diff --git a/archive-libs/snappy/PRE_BUILD b/archive-libs/snappy/PRE_BUILD
index 597c57cb87..99da239e52 100755
--- a/archive-libs/snappy/PRE_BUILD
+++ b/archive-libs/snappy/PRE_BUILD
@@ -1,6 +1,3 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&
-
-if [ "${SNAPPY_BRANCH}" == "scm" ]; then
- ./autogen.sh
-fi
+./autogen.sh