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 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 7 | LICENSE = "GPL-2.0-only" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 9 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 10 | SRC_URI = "git://github.com/jmacd/xdelta.git;branch=release3_1_apl;protocol=https" |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 11 | SRCREV = "4b4aed71a959fe11852e45242bb6524be85d3709" |
| 12 | S = "${WORKDIR}/git/xdelta3" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 13 | |
| 14 | inherit autotools |
| 15 | |
| 16 | # Optional secondary compression |
| 17 | PACKAGECONFIG ??= "" |
| 18 | PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz" |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 19 | |
| 20 | BBCLASSEXTEND = "native nativesdk" |