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

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 20:52:02 UTC 2018


    Date: Friday, November 9, 2018 @ 20:52:01
  Author: foutrelis
Revision: 338467

archrelease: copy trunk to staging-x86_64

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

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

Copied: xorg-xauth/repos/staging-x86_64/PKGBUILD (from rev 338466, xorg-xauth/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-09 20:52:01 UTC (rev 338467)
@@ -0,0 +1,30 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xauth
+pkgver=1.0.10
+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})
+sha256sums=('5afe42ce3cdf4f60520d1658d2b17face45c74050f39af45dccdc95e73fafc4d'
+            'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A')
+
+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