summaryrefslogtreecommitdiff
path: root/ndctl/Pkgfile
blob: 71d815c36ea7dfc29780b72de79dda1d87f9eacb (plain)
    1 # Description: Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel
    2 # URL: https://github.com/pmem/ndctl
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: json-c keyutils
    5 
    6 name=ndctl
    7 version=71.1
    8 release=1
    9 source=(https://github.com/pmem/ndctl/archive/v$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd $name-$version
   13   NOCONFIGURE=1 ./autogen.sh
   14   ./configure --prefix=/usr \
   15     --sysconfdir=/etc \
   16     --with-systemd=no \
   17     --without-bash \
   18     --disable-docs
   19   make
   20   make DESTDIR=$PKG install
   21 }

Generated by cgit