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

David Runge dvzrv at archlinux.org
Mon Sep 21 18:08:52 UTC 2020


    Date: Monday, September 21, 2020 @ 18:08:51
  Author: dvzrv
Revision: 711247

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-21 18:08:43 UTC (rev 711246)
+++ PKGBUILD	2020-09-21 18:08:51 UTC (rev 711247)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Joakim Hernberg <jhernberg at alchemy dot lu>
-
-pkgname=rt-tests
-pkgver=1.8
-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 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=('f37df6c1873c53b7d9d7eb3970a89ae892b7c95f34765f1a8c4633dce091f5310ff92c3ef9bbe7288a97a42e01cdf9037f0765e7a82ad4185f0849f5a24cb170')
-
-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 711246, rt-tests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-21 18:08:51 UTC (rev 711247)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Joakim Hernberg <jhernberg at alchemy dot lu>
+
+pkgname=rt-tests
+pkgver=1.9
+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 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}"
+}



More information about the arch-commits mailing list