blob: dab66c3827a893ca478e4e4165000ce3f549f126 [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 \
Andrew Geissler3eeda902023-05-19 10:14:02 -050011 file://0001-configure.ac-fix-C-11-support-check.patch \
Brad Bishopc342db32019-05-15 21:57:59 -040012"
13
Andrew Geisslerc5535c92023-01-27 16:10:19 -060014SRC_URI[sha256sum] = "4150ed1256f7b12b928c65113c485761552b9496c433778aac3f9afc3e767080"
Brad Bishopc342db32019-05-15 21:57:59 -040015
16inherit autotools
17
18BBCLASSEXTEND = "native"