diff options
Diffstat (limited to 'meta-oe/recipes-support/rdfind/rdfind_1.8.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/rdfind/rdfind_1.8.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/rdfind/rdfind_1.8.0.bb b/meta-oe/recipes-support/rdfind/rdfind_1.8.0.bb new file mode 100644 index 0000000000..71ee7871c4 --- /dev/null +++ b/meta-oe/recipes-support/rdfind/rdfind_1.8.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Rdfind is a program that finds duplicate files" | ||
| 2 | HOMEPAGE = "https://rdfind.pauldreik.se/" | ||
| 3 | LICENSE = "GPL-2.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fa22e16ebbe6638b2bd253338fbded9f" | ||
| 5 | |||
| 6 | DEPENDS = "nettle autoconf-archive" | ||
| 7 | |||
| 8 | SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz" | ||
| 9 | SRC_URI[sha256sum] = "0a2d0d32002cc2dc0134ee7b649bcc811ecfb2f8d9f672aa476a851152e7af35" | ||
| 10 | |||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native" | ||
