Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "read and write exFAT driver for FUSE" |
| 2 | DESCRIPTION = "fuse-exfat is a read and write driver implementing the \ |
| 3 | extended file allocation table as a filesystem in userspace. A mounthelper \ |
| 4 | is provided under the name mount.exfat-fuse. \ |
| 5 | " |
| 6 | HOMEPAGE = "https://github.com/relan/exfat" |
| 7 | SECTION = "universe/otherosfs" |
| 8 | LICENSE = "GPL-2.0-or-later" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 10 | SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" |
| 11 | |
| 12 | UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases" |
| 13 | |
| 14 | DEPENDS = "fuse virtual/libc" |
| 15 | RRECOMMENDS:${PN} = "util-linux-mount" |
| 16 | |
| 17 | inherit autotools pkgconfig |
| 18 | |
| 19 | SRC_URI[sha256sum] = "a1cfedc55e0e7a12c184605aa0f0bf44b24a3fb272449b20b2c8bbe6edb3001e" |
| 20 | |
| 21 | EXTRA_OECONF += "sbindir=${base_sbindir}" |