Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "Rdfind is a program that finds duplicate files" |
| 2 | HOMEPAGE = "https://rdfind.pauldreik.se/" |
| 3 | LICENSE = "GPLv2" |
| 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 | " |
| 10 | |
| 11 | SRC_URI[md5sum] = "180418c863b861d1df221bc486a07ce7" |
| 12 | SRC_URI[sha256sum] = "30c613ec26eba48b188d2520cfbe64244f3b1a541e60909ce9ed2efb381f5e8c" |
| 13 | |
| 14 | inherit autotools |
| 15 | |
| 16 | BBCLASSEXTEND = "native" |