aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.4.bb
diff options
context:
space:
mode:
authorMatthieu CRAPET <Matthieu.CRAPET@ingenico.com>2014-05-19 13:27:05 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-21 13:56:15 +0200
commit8fed52de716dabde6cc9cdac9eef4d73a49d437a (patch)
tree42df32302dc6b04728bd66bc0c26ce33335ce102 /meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.4.bb
parent90795acc987040bf4743828644b1edf57e929439 (diff)
downloadmeta-openembedded-contrib-8fed52de716dabde6cc9cdac9eef4d73a49d437a.tar.gz
open-vcdiff: update to 0.8.4
wget is ignoring "Content-Disposition" http header, that's why I've added 'downloadfilename' in SRC_URI. Note: Googlecode discarded their download section and moved to Googledrive. http://google-opensource.blogspot.fr/2013/05/a-change-to-google-code-download-service.html Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.4.bb')
-rw-r--r--meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.4.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.4.bb b/meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.4.bb
new file mode 100644
index 0000000000..e6942d01f8
--- /dev/null
+++ b/meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.4.bb
@@ -0,0 +1,18 @@
+SUMMARY = "An encoder/decoder for the VCDIFF (RFC3284) format"
+DESCRIPTION = "A library with a simple API is included, as well as a \
+ command-line executable that can apply the encoder and \
+ decoder to source, target, and delta files. \
+ A slight variation from the draft standard is defined \
+ to allow chunk-by-chunk decoding when only a partial \
+ delta file window is available."
+HOMEPAGE = "http://code.google.com/p/open-vcdiff/"
+SECTION = "console/utils"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ff820d4ddc1ba05b6fd37b41a21506f9"
+
+SRC_URI = "https://drive.google.com/uc?id=0B5WpIi2fQU1aNGJwVE9hUjU5clU&export=download;downloadfilename=${BP}.tar.gz"
+SRC_URI[md5sum] = "5c0d378d907bebc38b51c3d7e4117011"
+SRC_URI[sha256sum] = "2b142b1027fb0a62c41347600e01a53fa274dad15445a7da48083c830c3138b3"
+
+inherit autotools