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

Antonio Rojas arojas at archlinux.org
Sat Sep 29 08:52:38 UTC 2018


    Date: Saturday, September 29, 2018 @ 08:52:38
  Author: arojas
Revision: 335523

archrelease: copy trunk to testing-x86_64

Added:
  numactl/repos/testing-x86_64/
  numactl/repos/testing-x86_64/PKGBUILD
    (from rev 335522, numactl/trunk/PKGBUILD)

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

Copied: numactl/repos/testing-x86_64/PKGBUILD (from rev 335522, numactl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-09-29 08:52:38 UTC (rev 335523)
@@ -0,0 +1,26 @@
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Florian Zeitz <florob at babelmonkeys dot de>
+
+pkgname=numactl
+pkgver=2.0.12
+pkgrel=1
+pkgdesc="Simple NUMA policy support"
+arch=('x86_64')
+url="http://oss.sgi.com/projects/libnuma/"
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(https://github.com/numactl/numactl/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('55bbda363f5b32abd057b6fbb4551dd71323f5dbb66335ba758ba93de2ada729')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install
+  # move_pages(2) is provided by man-pages and is more up-to-date there anyway
+  rm -rf "$pkgdir/usr/share/man/man2"
+}



More information about the arch-commits mailing list