summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-support/rdfind/rdfind_1.5.0.bb
blob: dab66c3827a893ca478e4e4165000ce3f549f126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Rdfind is a program that finds duplicate files"
HOMEPAGE = "https://rdfind.pauldreik.se/"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=fa22e16ebbe6638b2bd253338fbded9f"

DEPENDS = "nettle autoconf-archive"

SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz \
           file://0001-configure-Fix-check-for-AC_CHECK_LIB.patch \
           file://0001-include-standard-headers-limits-and-cstdint.patch \
           file://0001-configure.ac-fix-C-11-support-check.patch \
"

SRC_URI[sha256sum] = "4150ed1256f7b12b928c65113c485761552b9496c433778aac3f9afc3e767080"

inherit autotools

BBCLASSEXTEND = "native"