md5deep_git.bb 803 B

12345678910111213141516171819
  1. SUMMARY = "md5deep and hashdeep to compute and audit hashsets of amounts of files."
  2. DESCRIPTION = "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."
  3. AUTHOR = "Jesse Kornblum, Simson L. Garfinkel"
  4. HOMEPAGE = "http://md5deep.sourceforge.net"
  5. LICENSE = "GPLv2"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=9190f660105b9a56cdb272309bfd5491"
  7. PV = "4.4+git${SRCPV}"
  8. SRCREV = "877613493ff44807888ce1928129574be393cbb0"
  9. SRC_URI = "git://github.com/jessek/hashdeep.git \
  10. file://wrong-variable-expansion.patch \
  11. file://0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch \
  12. "
  13. S = "${WORKDIR}/git"
  14. inherit autotools