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

Felix Yan felixonmars at archlinux.org
Tue Jun 26 19:22:16 UTC 2018


    Date: Tuesday, June 26, 2018 @ 19:22:16
  Author: felixonmars
Revision: 327645

archrelease: copy trunk to testing-x86_64

Added:
  ndctl/repos/testing-x86_64/
  ndctl/repos/testing-x86_64/PKGBUILD
    (from rev 327644, ndctl/trunk/PKGBUILD)

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

Copied: ndctl/repos/testing-x86_64/PKGBUILD (from rev 327644, ndctl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-06-26 19:22:16 UTC (rev 327645)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ndctl
+pkgver=61
+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=('9c7c2213ff7704761f727c6a3ff3826aeebbb01921c2fcd6696ffa82a1b00b7c06e4ec2b05820d9cd4b47ae10fc303d7fffdd49648f1013d70f2f305d9bd7a41')
+
+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