[arch-commits] Commit in randrproto/repos (testing-any testing-any/PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon May 18 08:56:37 UTC 2015


    Date: Monday, May 18, 2015 @ 10:56:37
  Author: jgc
Revision: 239508

archrelease: copy trunk to testing-any

Added:
  randrproto/repos/testing-any/
  randrproto/repos/testing-any/PKGBUILD
    (from rev 239507, randrproto/trunk/PKGBUILD)

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

Copied: randrproto/repos/testing-any/PKGBUILD (from rev 239507, randrproto/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-05-18 08:56:37 UTC (rev 239508)
@@ -0,0 +1,28 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=randrproto
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="X11 RandR extension wire protocol"
+arch=('any')
+license=('custom')
+url="http://xorg.freedesktop.org/"
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('4c675533e79cd730997d232c8894b6692174dce58d3e207021b8f860be498468'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E' # Alan Coopersmith <alan.coopersmith at oracle.com>
+              '10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # Dave Airlie <airlied at redhat.com> 
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list