mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-23 15:12:20 +01:00
18 lines
479 B
Plaintext
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
|
|
} |