Date: Thursday, February 18, 2016 @ 13:03:17
  Author: seblu
Revision: 259951

Add wayland-protocols

Added:
  wayland-protocols/
  wayland-protocols/repos/
  wayland-protocols/trunk/
  wayland-protocols/trunk/PKGBUILD

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

Added: wayland-protocols/trunk/PKGBUILD
===================================================================
--- wayland-protocols/trunk/PKGBUILD                            (rev 0)
+++ wayland-protocols/trunk/PKGBUILD    2016-02-18 12:03:17 UTC (rev 259951)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <[email protected]>
+
+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:


Property changes on: wayland-protocols/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property

Reply via email to