[arch-commits] Commit in xorg-xauth/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 10:37:42 UTC 2020


    Date: Saturday, May 16, 2020 @ 10:37:42
  Author: foutrelis
Revision: 384166

archrelease: copy trunk to staging-x86_64

Added:
  xorg-xauth/repos/staging-x86_64/
  xorg-xauth/repos/staging-x86_64/PKGBUILD
    (from rev 384165, xorg-xauth/trunk/PKGBUILD)

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

Copied: xorg-xauth/repos/staging-x86_64/PKGBUILD (from rev 384165, xorg-xauth/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 10:37:42 UTC (rev 384166)
@@ -0,0 +1,31 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xauth
+pkgver=1.1
+pkgrel=2
+pkgdesc="X.Org authorization settings program"
+arch=(x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/"
+depends=('libxmu')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(${url}/releases/individual/app/xauth-${pkgver}.tar.bz2{,.sig})
+sha512sums=('b6ecd59a853a491ef45bf8cfbff63bed36645f81cb79ae9d18458b57f7502bccf92f0d979d3337578518646f680ad379e67b1dac15a927cbb11372733e7a3a0c'
+            'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A')
+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson <ajax at nwnk.net>"
+
+build() {
+  cd xauth-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xauth-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list