blob: f8eb5d38d4da1693127878d597ad1ae59fd6811c [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 \
Brad Bishopc342db32019-05-15 21:57:59 -040010"
11
12SRC_URI[md5sum] = "180418c863b861d1df221bc486a07ce7"
13SRC_URI[sha256sum] = "30c613ec26eba48b188d2520cfbe64244f3b1a541e60909ce9ed2efb381f5e8c"
14
15inherit autotools
16
17BBCLASSEXTEND = "native"