[arch-commits] Commit in xcb-proto/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 6 20:05:35 UTC 2012


    Date: Saturday, October 6, 2012 @ 16:05:35
  Author: andyrtr
Revision: 168202

db-move: moved xcb-proto from [staging] to [testing] (any)

Added:
  xcb-proto/repos/testing-any/
  xcb-proto/repos/testing-any/PKGBUILD
    (from rev 168199, xcb-proto/repos/staging-any/PKGBUILD)
Deleted:
  xcb-proto/repos/staging-any/

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

Copied: xcb-proto/repos/testing-any/PKGBUILD (from rev 168199, xcb-proto/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-10-06 20:05:35 UTC (rev 168202)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xcb-proto
+pkgver=1.8
+pkgrel=1
+pkgdesc="XML-XCB protocol descriptions"
+arch=(any)
+url="http://xcb.freedesktop.org/"
+license=('custom')
+makedepends=('python2' 'libxml2')
+source=($url/dist/$pkgname-$pkgver.tar.bz2)
+sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./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