libnvme: update to 1.2

This commit is contained in:
Subhaditya Nath 2023-01-28 22:45:58 +05:30 committed by Michal Vasilek
parent 3d11ce7288
commit 795f120a47
2 changed files with 6 additions and 6 deletions

View file

@ -4148,6 +4148,7 @@ librz_util.so.0.4 rizin-0.4.0_1
libaravis-0.8.so.0 libaravis-0.8.21_1 libaravis-0.8.so.0 libaravis-0.8.21_1
libLimeSuite.so.22.09-1 LimeSuite-22.09.0_1 libLimeSuite.so.22.09-1 LimeSuite-22.09.0_1
libnvme.so.1 libnvme-1.0_1 libnvme.so.1 libnvme-1.0_1
libnvme-mi.so.1 libnvme-1.2_1
libRInside.so R-cran-RInside-0.2.16_1 libRInside.so R-cran-RInside-0.2.16_1
libXrdUtils.so.3 xrootd-5.4.0_1 libXrdUtils.so.3 xrootd-5.4.0_1
libXrdCl.so.3 xrootd-5.4.0_1 libXrdCl.so.3 xrootd-5.4.0_1

View file

@ -1,22 +1,21 @@
# Template file for 'libnvme' # Template file for 'libnvme'
pkgname=libnvme pkgname=libnvme
version=1.1 version=1.2
revision=2 revision=1
build_style=meson build_style=meson
configure_args="-Ddocs=man" configure_args="-Ddocs=man"
hostmakedepends="pkg-config swig" hostmakedepends="pkg-config swig"
makedepends="libuuid-devel json-c-devel openssl-devel python3-devel" makedepends="json-c-devel openssl-devel python3-devel"
checkdepends="perl" checkdepends="perl"
short_desc="C Library for NVM Express on Linux" short_desc="C Library for NVM Express on Linux"
maintainer="Subhaditya Nath <sn03.general@gmail.com>" maintainer="Subhaditya Nath <sn03.general@gmail.com>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://github.com/linux-nvme/libnvme" homepage="https://github.com/linux-nvme/libnvme"
distfiles="https://github.com/linux-nvme/libnvme/archive/v${version}.tar.gz" distfiles="https://github.com/linux-nvme/libnvme/archive/v${version}.tar.gz"
checksum=d000181356513733671409c747c88826155b60f45f76e7289d6bbf27a8f851b0 checksum=2697c86e9d8597fcd264f8bf8af57a529346efa4f611ca2be855e3aa89b9eb2c
libnvme-devel_package() { libnvme-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision} json-c-devel openssl-devel"
depends+=" json-c-devel libuuid-devel openssl-devel" # otherwise 'pkgconf libnvme' doesn't work
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include