hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "File transfer tool optimised for large files (curl port)"
HOMEPAGE = "http://zsync.moria.org.uk/"
DEPENDS = "curl"
 
LICENSE = "Artistic-2.0"
LIC_FILES_CHKSUM = "file://src/COPYING;md5=71c0ac4d86266533509aa0825b8d323c"
 
SRC_URI = "git://github.com/probonopd/zsync-curl;protocol=https;branch=master \
           file://fixes.patch \
           file://make.patch"
SRCREV = "00141c2806ccc4ddf2ff6263ee1612d19c0b713f"
 
PV = "0.6.2+git${SRCPV}"
 
inherit autotools
 
S = "${WORKDIR}/git"
AUTOTOOLS_SCRIPT_PATH = "${S}/src"
 
BBCLASSEXTEND = "native nativesdk"