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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 12 09:44:00 UTC 2012


    Date: Sunday, February 12, 2012 @ 04:44:00
  Author: andyrtr
Revision: 150000

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

Added:
  xcb-proto/repos/testing-any/
  xcb-proto/repos/testing-any/PKGBUILD
    (from rev 149988, 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 149988, xcb-proto/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-02-12 09:44:00 UTC (rev 150000)
@@ -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.7
+pkgrel=2
+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=('f47772de91394aa9ad8ee8a5b57a71072d438b2b')
+
+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