[arch-commits] Commit in numactl/trunk (PKGBUILD)

Dan McGee dan at archlinux.org
Sun Oct 5 16:39:54 UTC 2014


    Date: Sunday, October 5, 2014 @ 18:39:53
  Author: dan
Revision: 223882

upgpkg: numactl 2.0.10-1

Modified:
  numactl/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-05 16:24:13 UTC (rev 223881)
+++ PKGBUILD	2014-10-05 16:39:53 UTC (rev 223882)
@@ -2,8 +2,8 @@
 # Contributor: Florian Zeitz <florob at babelmonkeys dot de>
 
 pkgname=numactl
-pkgver=2.0.9
-pkgrel=2
+pkgver=2.0.10
+pkgrel=1
 pkgdesc="Simple NUMA policy support"
 arch=('i686' 'x86_64')
 url="http://oss.sgi.com/projects/libnuma/"
@@ -10,16 +10,18 @@
 license=('LGPL2.1' 'GPL2')
 depends=('perl')
 source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('7231abc8f49e805225858ac08d801ade722f0b94')
+sha1sums=('8c753ebcc5cea4d51999e01459c96090a4475cb7')
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"
-  rm numastat
+  ./autogen.sh
+  ./configure --prefix=/usr
   make
 }
 
 package() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"
-  make prefix="$pkgdir/usr" libdir="$pkgdir/usr/lib" install
-  rmdir $pkgdir/usr/share/man/man2
+  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