[arch-commits] Commit in numactl/repos/extra-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Thu Sep 8 06:51:32 UTC 2022
Date: Thursday, September 8, 2022 @ 06:51:31
Author: dvzrv
Revision: 455254
archrelease: copy trunk to extra-x86_64
Added:
numactl/repos/extra-x86_64/PKGBUILD
(from rev 455253, numactl/trunk/PKGBUILD)
Deleted:
numactl/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-08 06:50:25 UTC (rev 455253)
+++ PKGBUILD 2022-09-08 06:51:31 UTC (rev 455254)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Dan McGee <dan at archlinux.org>
-# Contributor: Florian Zeitz <florob at babelmonkeys dot de>
-
-pkgname=numactl
-pkgver=2.0.14
-pkgrel=3
-pkgdesc="Simple NUMA policy support"
-arch=(x86_64)
-url="https://github.com/numactl/numactl"
-license=(LGPL2.1 GPL2)
-depends=(glibc)
-provides=(libnuma.so)
-options=(debug)
-source=(https://github.com/numactl/numactl/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('28b95985d6b2f26c5f6f15fe235224c998c86f534adf5fdaa355a292cf2fd65515c91ba2a76c899d552d439b18ea1209a1712bd6755f8ee3a442f3935993b2e6')
-b2sums=('5f2abe25061ac29ecad8a6b24fe800d72c3538d9a155358f4b329ed1140053c7dbd93f01891904f76db94ed01113a34b4ebcbbf40e4060caf747958785ac9590')
-
-prepare(){
- cd $pkgname-$pkgver
- autoreconf -fiv
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-check() {
- make -k test -C $pkgname-$pkgver || echo "Tests known to fail depending on system load."
-}
-
-package() {
- make DESTDIR="$pkgdir" install -C $pkgname-$pkgver
- install -vDm 644 $pkgname-$pkgver/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
- # 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 455253, numactl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-08 06:51:31 UTC (rev 455254)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Dan McGee <dan at archlinux.org>
+# Contributor: Florian Zeitz <florob at babelmonkeys dot de>
+
+pkgname=numactl
+pkgver=2.0.15
+pkgrel=1
+pkgdesc="Simple NUMA policy support"
+arch=(x86_64)
+url="https://github.com/numactl/numactl"
+license=(LGPL2.1 GPL2)
+depends=(glibc)
+provides=(libnuma.so)
+options=(debug)
+source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('dcc76b8d36698a740e04206471352013b39bd61357d6090fc062681fa2f31e5f0b40c8582c06fd1a97919f494002bef1fa8330b6a6784b516c39961caa2a4320')
+b2sums=('8525d7d1bc05ce47fadde0b64ad55c9b78caddc277297baf1f74666626ec418502c14e9640e36b74dc15ad435d5b77225167fb8ab6bc25a2344f7b037acc61a3')
+
+prepare(){
+ cd $pkgname-$pkgver
+ autoreconf -fiv
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ make -k test -C $pkgname-$pkgver || echo "Tests known to fail depending on system load."
+}
+
+package() {
+ make DESTDIR="$pkgdir" install -C $pkgname-$pkgver
+ install -vDm 644 $pkgname-$pkgver/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+ # 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