xfce4/ndctl/Pkgfile

18 lines
479 B
Plaintext

# Description: Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel
# URL: https://github.com/pmem/ndctl
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: json-c
name=ndctl
version=60.3
release=1
source=(https://github.com/pmem/ndctl/archive/v60.3/ndctl-v60.3.tar.gz)
build() {
cd $name-$version
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr \
--disable-docs
make
make DESTDIR=$PKG install
}