[arch-commits] Commit in wayland/repos (4 files)

Tom Gundersen tomegun at nymeria.archlinux.org
Tue Feb 12 16:53:44 UTC 2013


    Date: Tuesday, February 12, 2013 @ 17:53:44
  Author: tomegun
Revision: 177964

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wayland/repos/extra-i686/
  wayland/repos/extra-i686/PKGBUILD
    (from rev 177963, wayland/trunk/PKGBUILD)
  wayland/repos/extra-x86_64/
  wayland/repos/extra-x86_64/PKGBUILD
    (from rev 177963, wayland/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: wayland/repos/extra-i686/PKGBUILD (from rev 177963, wayland/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-02-12 16:53:44 UTC (rev 177964)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=wayland
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen')
+options=(!libtool)
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('2f65654a54366cacd39a69bc5a41fea21b357e34')
+
+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:

Copied: wayland/repos/extra-x86_64/PKGBUILD (from rev 177963, wayland/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-02-12 16:53:44 UTC (rev 177964)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=wayland
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen')
+options=(!libtool)
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('2f65654a54366cacd39a69bc5a41fea21b357e34')
+
+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