xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/rdfind/rdfind_1.4.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Rdfind is a program that finds duplicate files"
2HOMEPAGE = "https://rdfind.pauldreik.se/"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fa22e16ebbe6638b2bd253338fbded9f"
5
6DEPENDS = "nettle autoconf-archive"
7
8SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz \
9"
10
11SRC_URI[md5sum] = "180418c863b861d1df221bc486a07ce7"
12SRC_URI[sha256sum] = "30c613ec26eba48b188d2520cfbe64244f3b1a541e60909ce9ed2efb381f5e8c"
13
14inherit autotools
15
16BBCLASSEXTEND = "native"
17