blob: 9669d9bbb681d3a2ed001016cd037d24935b3894 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Xdelta is a tool for differential compression"
2DESCRIPTION = "Open-source binary diff, differential compression tools, \
3 VCDIFF (RFC 3284) delta compression."
4HOMEPAGE = "http://xdelta.org/"
5SECTION = "console/utils"
6
7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
9SRC_URI = "https://github.com/jmacd/xdelta-devel/releases/download/v${PV}/${BPN}-${PV}.tar.gz \
10 "
11SRC_URI[md5sum] = "445d8be2ac512113d5ca601ae8359626"
12SRC_URI[sha256sum] = "0ccc9751ceaa4d90d6b06938a4deddb481816f5d9284bd07d2e728609cb300aa"
13
14inherit autotools
15
16# Optional secondary compression
17PACKAGECONFIG ??= ""
18PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz"