Date: Tuesday, August 14, 2018 @ 07:05:02
  Author: felixonmars
Revision: 331482

archrelease: copy trunk to testing-x86_64

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

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

Copied: ndctl/repos/testing-x86_64/PKGBUILD (from rev 331481, 
ndctl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-08-14 07:05:02 UTC (rev 331482)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=ndctl
+pkgver=62
+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=('ea7508a571bf69a15c24d40385b08fedfb6c02ca8f648724cf074f7d49f6361d69d42e1243255d3f473d9ed67361f34f34fad11ad73a4b2f3877a96e2b451827')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to