[arch-commits] Commit in xorg-util-macros/repos (testing-any testing-any/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Tue Mar 6 19:18:55 UTC 2018


    Date: Tuesday, March 6, 2018 @ 19:18:54
  Author: andyrtr
Revision: 317928

archrelease: copy trunk to testing-any

Added:
  xorg-util-macros/repos/testing-any/
  xorg-util-macros/repos/testing-any/PKGBUILD
    (from rev 317927, xorg-util-macros/trunk/PKGBUILD)

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

Copied: xorg-util-macros/repos/testing-any/PKGBUILD (from rev 317927, xorg-util-macros/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2018-03-06 19:18:54 UTC (rev 317928)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-util-macros
+pkgver=1.19.2
+pkgrel=1
+pkgdesc="X.Org Autotools macros"
+arch=(any)
+license=('custom')
+url="https://xorg.freedesktop.org/"
+source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2{,.sig})
+sha512sums=('3f51504b27f0478c136126f15110cf3cdbba218c4d74a8e974cca1381c6e8364609bd0c444f2fb19aa86a7f4e848dfce4f4da940463b224036f75a60b3d88619'
+            'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A')
+validpgpkeys+=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd util-macros-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd util-macros-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/lib"
+  mv "${pkgdir}/usr/share/pkgconfig" "${pkgdir}/usr/lib/"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list