[arch-commits] Commit in rt-tests/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Jan 6 21:09:51 UTC 2021


    Date: Wednesday, January 6, 2021 @ 21:09:50
  Author: dvzrv
Revision: 811383

archrelease: copy trunk to community-x86_64

Added:
  rt-tests/repos/community-x86_64/PKGBUILD
    (from rev 811382, rt-tests/trunk/PKGBUILD)
Deleted:
  rt-tests/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-06 21:09:42 UTC (rev 811382)
+++ PKGBUILD	2021-01-06 21:09:50 UTC (rev 811383)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Joakim Hernberg <jhernberg at alchemy dot lu>
-
-pkgname=rt-tests
-pkgver=1.9
-pkgrel=2
-pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
-arch=('x86_64')
-url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/"
-license=('GPL2')
-groups=('realtime')
-depends=('glibc')
-makedepends=('numactl' 'python')
-optdepends=('bash: for determine_maximum_mpps.sh and get_cpuinfo_mhz.sh'
-            'numactl: for cyclictest'
-            'python: for get_cyclictest_snapshot and hwlatdetect')
-source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('27ecf3dee9ea8e986b12082b1d7a704ffe382422baa403d8cb9f1dfe4ce1b10ced1328c3e7a532bb2f963f138defac8fdfd39745c8b520a3fe5128e878ba621d')
-b2sums=('905e20eca5440b121f789799163ea8298ff8ae15e4f36623f970621e6b5c6ca143b699c63bf24be931a2244d2a1f8bdbe6b63a31ed7c1a24d856374c39f386f2')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export PYLIB=$(python -c 'import distutils.sysconfig;  print(distutils.sysconfig.get_python_lib())')
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make prefix=/usr DESTDIR="${pkgdir}" install
-  install -vDm 644 {MAINTAINERS,README.markdown} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: rt-tests/repos/community-x86_64/PKGBUILD (from rev 811382, rt-tests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-06 21:09:50 UTC (rev 811383)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Joakim Hernberg <jhernberg at alchemy dot lu>
+
+pkgname=rt-tests
+pkgver=1.10
+pkgrel=1
+pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
+arch=('x86_64')
+url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/"
+license=('GPL2')
+groups=('realtime')
+depends=('glibc')
+makedepends=('numactl' 'python')
+optdepends=('bash: for determine_maximum_mpps.sh'
+            'numactl: for cyclictest, oslat and signaltest'
+            'python: for get_cyclictest_snapshot and hwlatdetect')
+source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('5ad04d18690cb4c79c48bf4e3d66cef2d697ea11d8277772fb4781aa2ad2272c00e4b851b05840d2896ecae02b97fddbfe322872807538bc851ea9cd5dccc124')
+b2sums=('82e02db730615d6fa9c112c413311bb8a561cb4d9e3d7c0e600af0f27f36e79631da487031a55d3ff20ea4a498bbe40ddd8f79e2cb283f74ebf58dae46c13096')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export PYLIB=$(python -c 'import distutils.sysconfig;  print(distutils.sysconfig.get_python_lib())')
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -vDm 644 {MAINTAINERS,README.markdown} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list