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