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

Jelle van der Waa jelle at archlinux.org
Thu Dec 28 23:08:15 UTC 2017


    Date: Thursday, December 28, 2017 @ 23:08:13
  Author: jelle
Revision: 313745

archrelease: copy trunk to extra-x86_64

Added:
  numactl/repos/extra-x86_64/PKGBUILD
    (from rev 313744, numactl/trunk/PKGBUILD)
Deleted:
  numactl/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-28 23:08:01 UTC (rev 313744)
+++ PKGBUILD	2017-12-28 23:08:13 UTC (rev 313745)
@@ -1,27 +0,0 @@
-# Maintainer: Dan McGee <dan at archlinux.org>
-# Contributor: Florian Zeitz <florob at babelmonkeys dot de>
-
-pkgname=numactl
-pkgver=2.0.11
-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)
-md5sums=('d3bc88b7ddb9f06d60898f4816ae9127')
-sha1sums=('0846670269824078a4eae8a977728175437b0da4')
-
-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"
-}

Copied: numactl/repos/extra-x86_64/PKGBUILD (from rev 313744, numactl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-28 23:08:13 UTC (rev 313745)
@@ -0,0 +1,27 @@
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Florian Zeitz <florob at babelmonkeys dot de>
+
+pkgname=numactl
+pkgver=2.0.11
+pkgrel=2
+pkgdesc="Simple NUMA policy support"
+arch=('x86_64')
+url="http://oss.sgi.com/projects/libnuma/"
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(https://sources.archlinux.org/other/packages/numactl/numactl-2.0.11.tar.gz)
+md5sums=('d3bc88b7ddb9f06d60898f4816ae9127')
+sha1sums=('0846670269824078a4eae8a977728175437b0da4')
+
+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