blob: 440f336184d920ecb9d63a201cd3ccb3db34ec33 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "utilities to create, check, label and dump exFAT filesystem"
2DESCRIPTION = "Utilities to manage extended file allocation table filesystem. \
3This package provides tools to create, check and label the filesystem. It \
4contains \
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"
10HOMEPAGE = "http://code.google.com/p/exfat/"
11SECTION = "universe/otherosfs"
12LICENSE = "GPLv2"
13LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
Brad Bishop7f28bc52017-12-03 23:42:40 -050014
15SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz"
16
Patrick Williamsb48b7b42016-08-17 15:04:38 -050017DEPENDS = "virtual/libc"
18
19inherit pkgconfig autotools
20
21SRC_URI[md5sum] = "f4e564450aa8159e26dde2869563d242"
22SRC_URI[sha256sum] = "80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea"