diff options
| -rw-r--r-- | meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.0.bb b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.0.bb new file mode 100644 index 0000000000..8cc59329f3 --- /dev/null +++ b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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" | ||
| 15 | SRC_URI[sha256sum] = "56d9a49465deafc367d428afc71c8098705a30ee19a3cdf3c5320650b8880742" | ||
| 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" | ||
