blob: 3019db7ab1a7eca4dbcda58d4c858422205e2adf [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"
14SRC_URI = "${DEBIAN_MIRROR}/main/e/exfat-utils/exfat-utils_${PV}.orig.tar.gz \
15"
16DEPENDS = "virtual/libc"
17
18inherit pkgconfig autotools
19
20SRC_URI[md5sum] = "f4e564450aa8159e26dde2869563d242"
21SRC_URI[sha256sum] = "80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea"