[arch-commits] Commit in (4 files)

Brett Cornwall ainola at archlinux.org
Sun Dec 9 23:45:44 UTC 2018


    Date: Sunday, December 9, 2018 @ 23:45:44
  Author: ainola
Revision: 413491

pull xcb-util-errors from AUR (9 votes)

Added:
  xcb-util-errors/
  xcb-util-errors/repos/
  xcb-util-errors/trunk/
  xcb-util-errors/trunk/PKGBUILD

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

Added: xcb-util-errors/trunk/PKGBUILD
===================================================================
--- xcb-util-errors/trunk/PKGBUILD	                        (rev 0)
+++ xcb-util-errors/trunk/PKGBUILD	2018-12-09 23:45:44 UTC (rev 413491)
@@ -0,0 +1,25 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+# Contributor: emersion
+
+pkgname=xcb-util-errors
+pkgver=1.0
+pkgrel=3
+pkgdesc='XCB errors library'
+arch=('x86_64')
+url='https://cgit.freedesktop.org/xcb/util-errors/'
+license=('MIT')
+depends=('libxcb')
+source=("$pkgname-$pkgver.tar.bz2::https://xcb.freedesktop.org/dist/xcb-util-errors-$pkgver.tar.bz2")
+sha256sums=('682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir/" install
+    install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list