Date: Tuesday, March 6, 2018 @ 19:27:16
  Author: andyrtr
Revision: 317934

archrelease: copy trunk to testing-x86_64

Added:
  xorg-iceauth/repos/testing-x86_64/
  xorg-iceauth/repos/testing-x86_64/PKGBUILD
    (from rev 317933, xorg-iceauth/trunk/PKGBUILD)

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

Copied: xorg-iceauth/repos/testing-x86_64/PKGBUILD (from rev 317933, 
xorg-iceauth/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-03-06 19:27:16 UTC (rev 317934)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke <andy...@archlinux.org>
+# Maintainer: Jan de Groot <j...@archlinux.org>
+
+pkgname=xorg-iceauth
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="ICE authority file utility"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('libice')
+makedepends=('xorg-util-macros' 'xproto')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/iceauth-${pkgver}.tar.bz2{,.sig})
+sha512sums=('9d4520adf951b16a3e784349dbb70d5d8176b74b956f8adc63abf55d049745c113b03ccfa60a281fc39b487db3742302dc6287c9985ce83a0157bf4674df2af1'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
<alan.coopersm...@oracle.com>
+
+build() {
+  cd "${srcdir}/iceauth-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/iceauth-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Reply via email to