blob: abb8fece3acb936ed235aaeeac07a2b869409b8c [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"
Brad Bishop26bdd442019-08-16 17:08:17 -040010HOMEPAGE = "https://github.com/relan/exfat"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011SECTION = "universe/otherosfs"
Andrew Geissler9aee5002022-03-30 16:27:02 +000012LICENSE = "GPL-2.0-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013LIC_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
Andrew Geissler82c905d2020-04-13 13:39:40 -050017UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases"
18
Patrick Williamsb48b7b42016-08-17 15:04:38 -050019DEPENDS = "virtual/libc"
20
21inherit pkgconfig autotools
22
Brad Bishop26bdd442019-08-16 17:08:17 -040023SRC_URI[md5sum] = "f8928571b152455e828ca0bd42af8b73"
24SRC_URI[sha256sum] = "dfebd07a7b907e2d603d3a9626e6440bd43ec6c4e8c07ccfc57ce9502b724835"