blob: b1a38cf6f284e1d0903a53efbc94c5ed7d02e26b [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "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."
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003HOMEPAGE = "http://md5deep.sourceforge.net"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-2.0-only"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005LIC_FILES_CHKSUM = "file://COPYING;md5=9190f660105b9a56cdb272309bfd5491"
6
7PV = "4.4+git${SRCPV}"
8
9SRCREV = "877613493ff44807888ce1928129574be393cbb0"
10
Andrew Geissler595f6302022-01-24 19:11:47 +000011SRC_URI = "git://github.com/jessek/hashdeep.git;branch=master;protocol=https \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012 file://wrong-variable-expansion.patch \
13 file://0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch \
14 "
15
16S = "${WORKDIR}/git"
17
18inherit autotools