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