Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [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=9ac2e7cff1ddaf48b6eab6028f23ef88" |
| 5 | |
| 6 | DEPENDS = "nettle" |
| 7 | |
| 8 | SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz \ |
| 9 | file://reproducible_build.patch \ |
| 10 | " |
| 11 | |
| 12 | SRC_URI[md5sum] = "97c0cb35933588413583c61d3b5f9adf" |
| 13 | SRC_URI[sha256sum] = "a5f0b3f72093d927b93898c993479b35682cccb47f7393fb72bd4803212fcc7d" |
| 14 | |
| 15 | inherit autotools |
| 16 | |
| 17 | BBCLASSEXTEND = "native" |