blob: 84593387d32cad777d3ae040fa2c18b31a588e6b [file] [log] [blame]
Andrew Geissler69721092021-07-23 12:57:00 -04001SUMMARY = "File transfer tool optimised for large files (curl port)"
2HOMEPAGE = "http://zsync.moria.org.uk/"
3DEPENDS = "curl"
4
5LICENSE = "Artistic-2.0"
6LIC_FILES_CHKSUM = "file://src/COPYING;md5=71c0ac4d86266533509aa0825b8d323c"
7
Andrew Geissler595f6302022-01-24 19:11:47 +00008SRC_URI = "git://github.com/probonopd/zsync-curl;protocol=https;branch=master \
Andrew Geissler69721092021-07-23 12:57:00 -04009 file://fixes.patch \
10 file://make.patch"
11SRCREV = "00141c2806ccc4ddf2ff6263ee1612d19c0b713f"
12
13PV = "0.6.2+git${SRCPV}"
14
15inherit autotools
16
17S = "${WORKDIR}/git"
18AUTOTOOLS_SCRIPT_PATH = "${S}/src"
19
20BBCLASSEXTEND = "native nativesdk"