[arch-commits] Commit in xcb-proto/repos (testing-any testing-any/PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Fri Aug 1 14:34:39 UTC 2014
Date: Friday, August 1, 2014 @ 16:34:39
Author: andyrtr
Revision: 218492
archrelease: copy trunk to testing-any
Added:
xcb-proto/repos/testing-any/
xcb-proto/repos/testing-any/PKGBUILD
(from rev 218491, xcb-proto/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: xcb-proto/repos/testing-any/PKGBUILD (from rev 218491, xcb-proto/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2014-08-01 14:34:39 UTC (rev 218492)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xcb-proto
+pkgver=1.11
+pkgrel=1
+pkgdesc="XML-XCB protocol descriptions"
+arch=(any)
+url="http://xcb.freedesktop.org/"
+license=('custom')
+makedepends=('python' 'libxml2')
+source=($url/dist/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b4aceee6502a0ce45fc39b33c541a2df4715d00b72e660ebe8c5bb444771e32e')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $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