1SUMMARY = "md5deep and hashdeep to compute and audit hashsets of amounts of files." 2DESCRIPTION = "md5deep is a set of programs to compute MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digests on an arbitrary number of files. This package also includes hashdeep which is also able to audit hashsets." 3AUTHOR = "Jesse Kornblum, Simson L. Garfinkel" 4HOMEPAGE = "http://md5deep.sourceforge.net" 5LICENSE = "GPL-2.0-only" 6LIC_FILES_CHKSUM = "file://COPYING;md5=9190f660105b9a56cdb272309bfd5491" 7 8PV = "4.4+git${SRCPV}" 9 10SRCREV = "877613493ff44807888ce1928129574be393cbb0" 11 12SRC_URI = "git://github.com/jessek/hashdeep.git;branch=master;protocol=https \ 13 file://wrong-variable-expansion.patch \ 14 file://0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch \ 15 " 16 17S = "${WORKDIR}/git" 18 19inherit autotools 20