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

Sébastien Luttringer seblu at archlinux.org
Thu Feb 18 12:03:29 UTC 2016


    Date: Thursday, February 18, 2016 @ 13:03:29
  Author: seblu
Revision: 259952

archrelease: copy trunk to extra-any

Added:
  wayland-protocols/repos/extra-any/
  wayland-protocols/repos/extra-any/PKGBUILD
    (from rev 259951, wayland-protocols/trunk/PKGBUILD)

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

Copied: wayland-protocols/repos/extra-any/PKGBUILD (from rev 259951, wayland-protocols/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2016-02-18 12:03:29 UTC (rev 259952)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at seblu.net>
+
+pkgname=wayland-protocols
+pkgver=1.1
+pkgrel=1
+pkgdesc='Specifications of extended Wayland protocols'
+arch=('any')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+makedepends=('wayland')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('62313f05ca710062192cb7b323b3e612d07fdb9e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+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