ndctl: update to 63.
This commit is contained in:
parent
d5b4f08b0f
commit
7021a3e0df
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'ndctl'
|
# Template file for 'ndctl'
|
||||||
pkgname=ndctl
|
pkgname=ndctl
|
||||||
version=62
|
version=63
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-systemd-unit-dir"
|
configure_args="--disable-docs --without-systemd"
|
||||||
hostmakedepends="asciidoc automake libtool pkg-config xmlto"
|
hostmakedepends="automake libtool pkg-config xmlto"
|
||||||
makedepends="eudev-libudev-devel json-c-devel libkmod-devel libuuid-devel"
|
makedepends="eudev-libudev-devel json-c-devel libkmod-devel libuuid-devel
|
||||||
|
bash-completion"
|
||||||
short_desc="Utility library for managing libnvdimm"
|
short_desc="Utility library for managing libnvdimm"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="LGPL-2.1-only, GPL-2.0-only"
|
license="LGPL-2.1-only, GPL-2.0-only"
|
||||||
homepage="https://github.com/pmem/ndctl"
|
homepage="https://github.com/pmem/ndctl"
|
||||||
distfiles="https://github.com/pmem/ndctl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/pmem/ndctl/archive/v${version}.tar.gz"
|
||||||
checksum=1ce034264526312147f79c6ebeb076c3ab1a862cb4acf74b37351e0925901a60
|
checksum=c9822c46f6b366427da8ae9cb6f9706fa88ee7e33e91c273e325d9f0666998ac
|
||||||
conf_files="/etc/ndctl/monitor.conf"
|
conf_files="/etc/ndctl/monitor.conf"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in New Issue