Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame^] | 1 | SUMMARY = "FAT filesystems explore, extract, repair, and forensic tool" |
| 2 | DESCRIPTION = "This tool is designed to manipulate FAT filesystems, in order to \ |
| 3 | explore, extract, repair, recover and forensic them. It currently supports \ |
| 4 | FAT12, FAT16 and FAT32." |
| 5 | HOMEPAGE = "https://github.com/Gregwar/fatcat" |
| 6 | |
| 7 | LICENSE = "MIT" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=57fbbfebd0dd1d6ff21b8cecb552a03f" |
| 9 | |
| 10 | SRC_URI = "git://github.com/Gregwar/fatcat.git \ |
| 11 | file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \ |
| 12 | " |
| 13 | |
| 14 | SRCREV = "b923172d97c578297964c062e3a92799e2a9eca4" |
| 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | inherit cmake |