[arch-commits] Commit in wayland/repos (4 files)
Sébastien Luttringer
seblu at archlinux.org
Sat Feb 14 23:43:48 UTC 2015
Date: Sunday, February 15, 2015 @ 00:43:47
Author: seblu
Revision: 231402
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
wayland/repos/staging-i686/
wayland/repos/staging-i686/PKGBUILD
(from rev 231401, wayland/trunk/PKGBUILD)
wayland/repos/staging-x86_64/
wayland/repos/staging-x86_64/PKGBUILD
(from rev 231401, wayland/trunk/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: wayland/repos/staging-i686/PKGBUILD (from rev 231401, wayland/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-02-14 23:43:47 UTC (rev 231402)
@@ -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.7.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=('a731201534dcf6ec76a1184411724376cbf1acb6')
+
+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/staging-x86_64/PKGBUILD (from rev 231401, wayland/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-02-14 23:43:47 UTC (rev 231402)
@@ -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.7.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=('a731201534dcf6ec76a1184411724376cbf1acb6')
+
+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