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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jul 29 11:00:50 UTC 2012


    Date: Sunday, July 29, 2012 @ 07:00:50
  Author: andyrtr
Revision: 164265

archrelease: copy trunk to testing-any

Added:
  dri2proto/repos/testing-any/
  dri2proto/repos/testing-any/PKGBUILD
    (from rev 164264, dri2proto/trunk/PKGBUILD)

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

Copied: dri2proto/repos/testing-any/PKGBUILD (from rev 164264, dri2proto/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-07-29 11:00:50 UTC (rev 164265)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=dri2proto
+pkgver=2.8
+pkgrel=1
+pkgdesc="X11 DRI protocol"
+arch=(any)
+license=('custom')
+url="http://xorg.freedesktop.org/"
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f9b55476def44fc7c459b2537d17dbc731e36ed5d416af7ca0b1e2e676f8aa04')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}




More information about the arch-commits mailing list