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

Jan de Groot jgc at nymeria.archlinux.org
Tue Jul 23 10:37:22 UTC 2013


    Date: Tuesday, July 23, 2013 @ 12:37:22
  Author: jgc
Revision: 191290

archrelease: copy trunk to testing-any

Added:
  xcb-proto/repos/testing-any/
  xcb-proto/repos/testing-any/PKGBUILD
    (from rev 191289, xcb-proto/trunk/PKGBUILD)

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

Copied: xcb-proto/repos/testing-any/PKGBUILD (from rev 191289, xcb-proto/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2013-07-23 10:37:22 UTC (rev 191290)
@@ -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=2
+pkgdesc="XML-XCB protocol descriptions"
+arch=(any)
+url="http://xcb.freedesktop.org/"
+license=('custom')
+makedepends=('python' 'libxml2')
+source=($url/dist/$pkgname-$pkgver.tar.bz2)
+sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
+
+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