UmVirt LFS Package info
DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
libnvme
The libnvme package is a library which provides type definitions for NVMe specification structures, enumerations, and bit fields, helper functions to construct, dispatch, and decode commands and payloads, and utilities to connect, scan, and manage NVMe devices on a Linux system.Package info
Template: meson
Codename: libnvme
Source file: libnvme-1.15.tar.gz
Source file size: 811291
Source file MD5-checkum: 80d9fb8270b65e7fdbb5dbb0bd9a1a68
Source directory: libnvme-1.15
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/l/libnvme-1.15.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/l/libnvme-1.15.tar.gz.md5sum
Dependances: json-c, keyutils, swig.
Dependance of: libblockdev.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd build &&
meson setup --prefix=/usr --sysconfdir=/etc --buildtype=release -Dlibdbus=auto ..
Build script:
cd build &&
ninja
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
ninja test
fi
Install script:
cd build
ninja install