[arch-commits] Commit in xcb-proto/repos (testing-any testing-any/PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Tue Jan 17 12:51:04 UTC 2012
Date: Tuesday, January 17, 2012 @ 07:51:04
Author: ibiru
Revision: 146771
archrelease: copy trunk to testing-any
Added:
xcb-proto/repos/testing-any/
xcb-proto/repos/testing-any/PKGBUILD
(from rev 146770, xcb-proto/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: xcb-proto/repos/testing-any/PKGBUILD (from rev 146770, xcb-proto/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2012-01-17 12:51:04 UTC (rev 146771)
@@ -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=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=('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