[arch-commits] Commit in wayland-protocols/repos (testing-any testing-any/PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon May 14 17:13:59 UTC 2018


    Date: Monday, May 14, 2018 @ 17:13:50
  Author: heftig
Revision: 324266

archrelease: copy trunk to testing-any

Added:
  wayland-protocols/repos/testing-any/
  wayland-protocols/repos/testing-any/PKGBUILD
    (from rev 324265, wayland-protocols/trunk/PKGBUILD)

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

Copied: wayland-protocols/repos/testing-any/PKGBUILD (from rev 324265, wayland-protocols/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2018-05-14 17:13:50 UTC (rev 324266)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at seblu.net>
+
+pkgname=wayland-protocols
+pkgver=1.14
+pkgrel=1
+pkgdesc='Specifications of extended Wayland protocols'
+arch=('any')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+makedepends=('wayland')
+validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A'  # Jonas Ådahl
+              'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('54cf2afd63afb4512ee45514d4e8bcb86cc15100'
+          'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list