blob: 8cc59329f3d50ef76d2baed36765edf2c106867d [file] [log] [blame]
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05001SUMMARY = "exFAT filesystem userspace utilities"
2DESCRIPTION = "\
3As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is \
4created as an official userspace utilities that contain all of the standard \
5utilities for creating and fixing and debugging exfat filesystem in linux \
6system. The goal of exfatprogs is to provide high performance and quality \
7at the level of exfat utilities in windows. And this software is licensed \
8under the GNU General Public License Version 2."
9HOMEPAGE = "https://github.com/${BPN}/${BPN}"
10SECTION = "universe/otherosfs"
11LICENSE = "GPL-2.0-only"
12LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
13
14SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
15SRC_URI[sha256sum] = "56d9a49465deafc367d428afc71c8098705a30ee19a3cdf3c5320650b8880742"
16
17UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
18UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
19
20inherit autotools
21
22RPROVIDES:${PN} = "exfat-utils"
23RCONFLICTS:${PN} = "exfat-utils"
24RREPLACES:${PN} = "exfat-utils"