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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jul 29 11:02:17 UTC 2012


    Date: Sunday, July 29, 2012 @ 07:02:17
  Author: andyrtr
Revision: 164267

archrelease: copy trunk to testing-any

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

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

Copied: randrproto/repos/testing-any/PKGBUILD (from rev 164266, randrproto/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-07-29 11:02:17 UTC (rev 164267)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=randrproto
+pkgver=1.4.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)
+sha256sums=('85c42e8c66a55318ddaf2ce5727beacb25cb1f8555229f778cd1da86478209cf')
+
+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