rdfind_1.4.1.bb 473 B

12345678910111213141516
  1. SUMMARY = "Rdfind is a program that finds duplicate files"
  2. HOMEPAGE = "https://rdfind.pauldreik.se/"
  3. LICENSE = "GPLv2"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=fa22e16ebbe6638b2bd253338fbded9f"
  5. DEPENDS = "nettle autoconf-archive"
  6. SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz \
  7. "
  8. SRC_URI[md5sum] = "180418c863b861d1df221bc486a07ce7"
  9. SRC_URI[sha256sum] = "30c613ec26eba48b188d2520cfbe64244f3b1a541e60909ce9ed2efb381f5e8c"
  10. inherit autotools
  11. BBCLASSEXTEND = "native"