[arch-commits] Commit in ndctl/repos (3 files)
Jelle van der Waa
jelle at archlinux.org
Wed Jun 6 07:06:27 UTC 2018
Date: Wednesday, June 6, 2018 @ 07:06:26
Author: jelle
Revision: 326007
db-move: moved ndctl from [staging] to [testing] (x86_64)
Added:
ndctl/repos/testing-x86_64/
ndctl/repos/testing-x86_64/PKGBUILD
(from rev 326006, ndctl/repos/staging-x86_64/PKGBUILD)
Deleted:
ndctl/repos/staging-x86_64/
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: ndctl/repos/testing-x86_64/PKGBUILD (from rev 326006, ndctl/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-06 07:06:26 UTC (rev 326007)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ndctl
+pkgver=60.3
+pkgrel=2
+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=('59f2fecec95a268258501b996a8343149a96e12e3825d327e20aa2f2c92299e31c3b8063df16922f2ea26a3c2a68ce21b4ab55a42298840804d0d4eb9a15041b')
+
+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