Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "utilities to create, check, label and dump exFAT filesystem" |
| 2 | DESCRIPTION = "Utilities to manage extended file allocation table filesystem. \ |
| 3 | This package provides tools to create, check and label the filesystem. It \ |
| 4 | contains \ |
| 5 | - dumpexfat to dump properties of the filesystem \ |
| 6 | - exfatfsck / fsck.exfat to report errors found on a exFAT filesystem \ |
| 7 | - exfatlabel to label a exFAT filesystem \ |
| 8 | - mkexfatfs / mkfs.exfat to create a exFAT filesystem. \ |
| 9 | " |
| 10 | HOMEPAGE = "http://code.google.com/p/exfat/" |
| 11 | SECTION = "universe/otherosfs" |
| 12 | LICENSE = "GPLv2" |
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
Brad Bishop | 7f28bc5 | 2017-12-03 23:42:40 -0500 | [diff] [blame] | 14 | |
| 15 | SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" |
| 16 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 17 | DEPENDS = "virtual/libc" |
| 18 | |
| 19 | inherit pkgconfig autotools |
| 20 | |
| 21 | SRC_URI[md5sum] = "f4e564450aa8159e26dde2869563d242" |
| 22 | SRC_URI[sha256sum] = "80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea" |