blob: 8f2c5e8852d9cc073ddfb2a9b91ba19e42bf9fe8 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "Rdfind is a program that finds duplicate files"
2HOMEPAGE = "https://rdfind.pauldreik.se/"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Brad Bishopc342db32019-05-15 21:57:59 -04004LIC_FILES_CHKSUM = "file://COPYING;md5=fa22e16ebbe6638b2bd253338fbded9f"
5
6DEPENDS = "nettle autoconf-archive"
7
8SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz \
Andrew Geissler87f5cff2022-09-30 13:13:31 -05009 file://0001-configure-Fix-check-for-AC_CHECK_LIB.patch \
Andrew Geisslerc5535c92023-01-27 16:10:19 -060010 file://0001-include-standard-headers-limits-and-cstdint.patch \
Brad Bishopc342db32019-05-15 21:57:59 -040011"
12
Andrew Geisslerc5535c92023-01-27 16:10:19 -060013SRC_URI[sha256sum] = "4150ed1256f7b12b928c65113c485761552b9496c433778aac3f9afc3e767080"
Brad Bishopc342db32019-05-15 21:57:59 -040014
15inherit autotools
16
17BBCLASSEXTEND = "native"