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

Felix Yan felixonmars at archlinux.org
Sun Feb 3 03:22:35 UTC 2019


    Date: Sunday, February 3, 2019 @ 03:22:34
  Author: felixonmars
Revision: 345175

archrelease: copy trunk to community-x86_64

Added:
  ndctl/repos/community-x86_64/
  ndctl/repos/community-x86_64/PKGBUILD
    (from rev 345174, ndctl/trunk/PKGBUILD)

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

Copied: ndctl/repos/community-x86_64/PKGBUILD (from rev 345174, ndctl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-02-03 03:22:34 UTC (rev 345175)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ndctl
+pkgver=64
+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=('asciidoctor' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz")
+sha512sums=('5e46db5e048cf55681d50bffb87b93c9127d2ccc22a7614453e6437ba5e156d3a96527588d8a5c411681404f783ae6486b079314526c02b2211d529cb6a29fe1')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list