[arch-commits] Commit in ndctl/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri May 11 11:16:23 UTC 2018


    Date: Friday, May 11, 2018 @ 11:16:22
  Author: felixonmars
Revision: 323940

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/
  ndctl/repos/extra-x86_64/PKGBUILD
    (from rev 323939, ndctl/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 323939, ndctl/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2018-05-11 11:16:22 UTC (rev 323940)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ndctl
+pkgver=60.1
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl"
+license=('LGPL')
+depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
+makedepends=('asciidoc' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz")
+sha512sums=('2ad12e203e73012ad32eb5da5d6bf68b296c637b10071ad481fe83311e2d5a3fe96f7f3c16d698c9977c64bddd6549dc4d7dc9d8f3eec3a93eb216e71f5797aa')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list