[arch-commits] Commit in xorg-xload/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Mar 11 17:03:19 UTC 2018


    Date: Sunday, March 11, 2018 @ 17:03:18
  Author: andyrtr
Revision: 318549

archrelease: copy trunk to testing-x86_64

Added:
  xorg-xload/repos/testing-x86_64/
  xorg-xload/repos/testing-x86_64/PKGBUILD
    (from rev 318548, xorg-xload/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: xorg-xload/repos/testing-x86_64/PKGBUILD (from rev 318548, xorg-xload/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-03-11 17:03:18 UTC (rev 318549)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xload
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="System load average display for X"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(https://xorg.freedesktop.org/archive/individual/app/xload-${pkgver}.tar.bz2{,.sig})
+sha512sums=('8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd xload-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xload-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list