[arch-commits] Commit in rt-tests/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Fri Jun 21 14:57:59 UTC 2019
Date: Friday, June 21, 2019 @ 14:57:58
Author: dvzrv
Revision: 482614
archrelease: copy trunk to community-x86_64
Added:
rt-tests/repos/community-x86_64/PKGBUILD
(from rev 482612, rt-tests/trunk/PKGBUILD)
Deleted:
rt-tests/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 +++++++++++++++++++++++++++++-------------------------------
1 file changed, 29 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-21 14:57:58 UTC (rev 482613)
+++ PKGBUILD 2019-06-21 14:57:58 UTC (rev 482614)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Joakim Hernberg <jhernberg at alchemy dot lu>
-
-pkgname=rt-tests
-pkgver=1.3
-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=('dbab2f3250647439d79bbf75860e46bc76f95673f00a50cc940be7f71d6019d9d9ba1c4d06e4ceeb79fdc2709980f2d8edea008ef2448a946c0fdcd2614ba9eb')
-
-prepare() {
- export PYLIB=$(python -c 'import distutils.sysconfig; print(distutils.sysconfig.get_python_lib())')
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- 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 482612, rt-tests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-06-21 14:57:58 UTC (rev 482614)
@@ -0,0 +1,29 @@
+# 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}
+}
More information about the arch-commits
mailing list