blob: 3767ec48f55df6328db2476442549701f77ebf24 [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"
Patrick Williamse760df82023-05-26 11:10:49 -050015SRC_URI[sha256sum] = "a6f3b1fb4bd37835c8f8cb421aac4eb75b880a51342b29850c4063973162227b"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050016
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"