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

Andreas Radke andyrtr at archlinux.org
Sun Mar 11 17:56:01 UTC 2018


    Date: Sunday, March 11, 2018 @ 17:56:00
  Author: andyrtr
Revision: 318568

archrelease: copy trunk to testing-x86_64

Added:
  xorg-xpr/repos/testing-x86_64/
  xorg-xpr/repos/testing-x86_64/PKGBUILD
    (from rev 318567, xorg-xpr/trunk/PKGBUILD)

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

Copied: xorg-xpr/repos/testing-x86_64/PKGBUILD (from rev 318567, xorg-xpr/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-03-11 17:56:00 UTC (rev 318568)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xpr
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Print an X window dump from xwd"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxmu' 'sh')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xpr-${pkgver}.tar.bz2{,.sig})
+sha512sums=('d5dfb936ec4ad0067d02654dec8e862fe337ff6a2c2f974b2b3a612a829c2e728a0d51e7aba00ed2a94dc96dc50cc69f2c59f522e0635013f5f4f5bb3f4ab967'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd xpr-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xpr-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list