aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/rdfind/rdfind_1.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/rdfind/rdfind_1.3.4.bb')
-rw-r--r--meta-oe/recipes-support/rdfind/rdfind_1.3.4.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/rdfind/rdfind_1.3.4.bb b/meta-oe/recipes-support/rdfind/rdfind_1.3.4.bb
new file mode 100644
index 0000000000..4d984ee05f
--- /dev/null
+++ b/meta-oe/recipes-support/rdfind/rdfind_1.3.4.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Rdfind is a program that finds duplicate files"
+HOMEPAGE = "https://rdfind.pauldreik.se/"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
+
+DEPENDS = "nettle"
+
+SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz \
+ file://reproducible_build.patch \
+"
+
+SRC_URI[md5sum] = "97c0cb35933588413583c61d3b5f9adf"
+SRC_URI[sha256sum] = "a5f0b3f72093d927b93898c993479b35682cccb47f7393fb72bd4803212fcc7d"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"