mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nvme-cli: update to 2.10.2
This commit is contained in:
parent
964fa75acb
commit
404b147ce1
1 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nvme-cli'
|
# Template file for 'nvme-cli'
|
||||||
pkgname=nvme-cli
|
pkgname=nvme-cli
|
||||||
version=2.8
|
version=2.10.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Ddocs=man -Dudevrulesdir=lib/udev/rules.d"
|
configure_args="-Ddocs=man -Dudevrulesdir=lib/udev/rules.d"
|
||||||
|
@ -9,11 +9,17 @@ makedepends="libnvme-devel zlib-devel json-c-devel"
|
||||||
short_desc="NVMe management command line interface"
|
short_desc="NVMe management command line interface"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://nvmexpress.org"
|
homepage="https://nvmexpress.org"
|
||||||
|
changelog="https://github.com/linux-nvme/nvme-cli/releases"
|
||||||
distfiles="https://github.com/linux-nvme/nvme-cli/archive/v${version}.tar.gz"
|
distfiles="https://github.com/linux-nvme/nvme-cli/archive/v${version}.tar.gz"
|
||||||
checksum=0743d9188792a87d39187ae5e5cb31e8f46cca8c6f100547c50ec0dd659d2531
|
checksum=b3c256959ff34124788aa96c8602c9cef00705d01cc3cb9322bf3269e00ae904
|
||||||
conf_files="/etc/nvme/*.conf"
|
conf_files="/etc/nvme/*.conf"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64-musl) make_check="no" # uint128 test fails on x86_64-musl
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
makedepends+=" libhugetlbfs-devel"
|
makedepends+=" libhugetlbfs-devel"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue