Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [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 | " |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 6 | HOMEPAGE = "https://github.com/relan/exfat" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 7 | SECTION = "universe/otherosfs" |
| 8 | LICENSE = "GPLv2+" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 10 | SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" |
| 11 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 12 | UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases" |
| 13 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 14 | DEPENDS = "fuse virtual/libc" |
| 15 | RRECOMMENDS_${PN} = "util-linux-mount" |
| 16 | |
| 17 | inherit autotools pkgconfig |
| 18 | |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 19 | SRC_URI[md5sum] = "846b8c36bfa4684719f9e08e9d3a6bff" |
| 20 | SRC_URI[sha256sum] = "07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 21 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 22 | EXTRA_OECONF += "sbindir=${base_sbindir}" |