[arch-commits] Commit in wayland/repos (4 files)
Sébastien Luttringer
seblu at archlinux.org
Tue Sep 22 20:12:26 UTC 2015
Date: Tuesday, September 22, 2015 @ 22:12:26
Author: seblu
Revision: 247084
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
wayland/repos/testing-i686/
wayland/repos/testing-i686/PKGBUILD
(from rev 247083, wayland/trunk/PKGBUILD)
wayland/repos/testing-x86_64/
wayland/repos/testing-x86_64/PKGBUILD
(from rev 247083, wayland/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: wayland/repos/testing-i686/PKGBUILD (from rev 247083, wayland/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-22 20:12:26 UTC (rev 247084)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=wayland
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen' 'xmlto' 'graphviz')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('39dedba2a5c8a83e7b3a3076fc8f4c4495289f81')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr \
+ --disable-static
+ 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:
Copied: wayland/repos/testing-x86_64/PKGBUILD (from rev 247083, wayland/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-22 20:12:26 UTC (rev 247084)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=wayland
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen' 'xmlto' 'graphviz')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('39dedba2a5c8a83e7b3a3076fc8f4c4495289f81')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr \
+ --disable-static
+ 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