[arch-commits] Commit in rt-tests/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Aug 14 16:10:12 UTC 2019
Date: Wednesday, August 14, 2019 @ 16:10:12
Author: dvzrv
Revision: 499214
archrelease: copy trunk to community-x86_64
Added:
rt-tests/repos/community-x86_64/PKGBUILD
(from rev 499213, rt-tests/trunk/PKGBUILD)
Deleted:
rt-tests/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-14 16:10:07 UTC (rev 499213)
+++ PKGBUILD 2019-08-14 16:10:12 UTC (rev 499214)
@@ -1,29 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Joakim Hernberg <jhernberg at alchemy dot lu>
-
-pkgname=rt-tests
-pkgver=1.4
-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=('python' 'numactl')
-source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('c6485a615ccfcae97983fbcfd6b8e2575d2860447fa0381049757e016bfd5898689b32544dce063604bcf36096d7f465f40e7676ac6c0c63c9efdd17705e875f')
-
-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}"
- # removing stale directories
- rmdir -v "${pkgdir}/usr/"{src,share/man/man4}
-}
Copied: rt-tests/repos/community-x86_64/PKGBUILD (from rev 499213, rt-tests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-14 16:10:12 UTC (rev 499214)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Joakim Hernberg <jhernberg at alchemy dot lu>
+
+pkgname=rt-tests
+pkgver=1.5
+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=('python' 'numactl')
+source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('4ff4350f4480b4a71afbbe0273fc91c3b20cb82ba09dd18bc8eee97395872c2fbe1ae735610c683d9861ac10c70818447cbfed47379b710bf602886f9915b682')
+
+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}"
+ # removing stale directories
+ rmdir -v "${pkgdir}/usr/"{src,share/man/man4}
+}
More information about the arch-commits
mailing list