ndctl: update to 64.
This commit is contained in:
parent
506e9afc42
commit
6a34a95448
1 changed files with 8 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'ndctl'
|
||||
pkgname=ndctl
|
||||
version=63
|
||||
version=64
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-docs --without-systemd"
|
||||
hostmakedepends="automake libtool pkg-config xmlto"
|
||||
makedepends="eudev-libudev-devel json-c-devel libkmod-devel libuuid-devel
|
||||
bash-completion"
|
||||
bash-completion keyutils-devel"
|
||||
short_desc="Utility library for managing libnvdimm"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="LGPL-2.1-only, GPL-2.0-only"
|
||||
homepage="https://github.com/pmem/ndctl"
|
||||
distfiles="https://github.com/pmem/ndctl/archive/v${version}.tar.gz"
|
||||
checksum=c9822c46f6b366427da8ae9cb6f9706fa88ee7e33e91c273e325d9f0666998ac
|
||||
checksum=c1e299d29a2503b93d4af672961d59b68d963aec6382f5cc603a5c8394a81327
|
||||
conf_files="/etc/ndctl/monitor.conf"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
@ -23,6 +23,11 @@ pre_configure() {
|
|||
./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/lib/modprobe.d
|
||||
mv ${DESTDIR}/{etc,usr/lib}/modprobe.d/nvdimm-security.conf
|
||||
}
|
||||
|
||||
libndctl_package() {
|
||||
short_desc+=" - ndctl library"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue