[arch-commits] Commit in numactl/repos (4 files)
Dan McGee
dan at archlinux.org
Sun Oct 5 16:40:29 UTC 2014
Date: Sunday, October 5, 2014 @ 18:40:29
Author: dan
Revision: 223883
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
numactl/repos/extra-i686/PKGBUILD
(from rev 223882, numactl/trunk/PKGBUILD)
numactl/repos/extra-x86_64/PKGBUILD
(from rev 223882, numactl/trunk/PKGBUILD)
Deleted:
numactl/repos/extra-i686/PKGBUILD
numactl/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 25 ----------------------
extra-x86_64/PKGBUILD | 25 ----------------------
3 files changed, 54 insertions(+), 50 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-10-05 16:39:53 UTC (rev 223882)
+++ extra-i686/PKGBUILD 2014-10-05 16:40:29 UTC (rev 223883)
@@ -1,25 +0,0 @@
-# Maintainer: Dan McGee <dan at archlinux.org>
-# Contributor: Florian Zeitz <florob at babelmonkeys dot de>
-
-pkgname=numactl
-pkgver=2.0.9
-pkgrel=2
-pkgdesc="Simple NUMA policy support"
-arch=('i686' 'x86_64')
-url="http://oss.sgi.com/projects/libnuma/"
-license=('LGPL2.1' 'GPL2')
-depends=('perl')
-source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('7231abc8f49e805225858ac08d801ade722f0b94')
-
-build() {
- cd "$srcdir/$pkgname-${pkgver/_/-}"
- rm numastat
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-${pkgver/_/-}"
- make prefix="$pkgdir/usr" libdir="$pkgdir/usr/lib" install
- rmdir $pkgdir/usr/share/man/man2
-}
Copied: numactl/repos/extra-i686/PKGBUILD (from rev 223882, numactl/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-05 16:40:29 UTC (rev 223883)
@@ -0,0 +1,27 @@
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Florian Zeitz <florob at babelmonkeys dot de>
+
+pkgname=numactl
+pkgver=2.0.10
+pkgrel=1
+pkgdesc="Simple NUMA policy support"
+arch=('i686' 'x86_64')
+url="http://oss.sgi.com/projects/libnuma/"
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
+sha1sums=('8c753ebcc5cea4d51999e01459c96090a4475cb7')
+
+build() {
+ cd "$srcdir/$pkgname-${pkgver/_/-}"
+ ./autogen.sh
+ ./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"
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-10-05 16:39:53 UTC (rev 223882)
+++ extra-x86_64/PKGBUILD 2014-10-05 16:40:29 UTC (rev 223883)
@@ -1,25 +0,0 @@
-# Maintainer: Dan McGee <dan at archlinux.org>
-# Contributor: Florian Zeitz <florob at babelmonkeys dot de>
-
-pkgname=numactl
-pkgver=2.0.9
-pkgrel=2
-pkgdesc="Simple NUMA policy support"
-arch=('i686' 'x86_64')
-url="http://oss.sgi.com/projects/libnuma/"
-license=('LGPL2.1' 'GPL2')
-depends=('perl')
-source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('7231abc8f49e805225858ac08d801ade722f0b94')
-
-build() {
- cd "$srcdir/$pkgname-${pkgver/_/-}"
- rm numastat
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-${pkgver/_/-}"
- make prefix="$pkgdir/usr" libdir="$pkgdir/usr/lib" install
- rmdir $pkgdir/usr/share/man/man2
-}
Copied: numactl/repos/extra-x86_64/PKGBUILD (from rev 223882, numactl/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-10-05 16:40:29 UTC (rev 223883)
@@ -0,0 +1,27 @@
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Florian Zeitz <florob at babelmonkeys dot de>
+
+pkgname=numactl
+pkgver=2.0.10
+pkgrel=1
+pkgdesc="Simple NUMA policy support"
+arch=('i686' 'x86_64')
+url="http://oss.sgi.com/projects/libnuma/"
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
+sha1sums=('8c753ebcc5cea4d51999e01459c96090a4475cb7')
+
+build() {
+ cd "$srcdir/$pkgname-${pkgver/_/-}"
+ ./autogen.sh
+ ./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