[arch-commits] Commit in wayland (trunk trunk/PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat Feb 9 14:17:09 UTC 2013


    Date: Saturday, February 9, 2013 @ 15:17:08
  Author: seblu
Revision: 84053

upgpkg: wayland 1.0.4-1

Added:
  wayland/trunk/
  wayland/trunk/PKGBUILD
    (from rev 84052, wayland/PKGBUILD)

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

Copied: wayland/trunk/PKGBUILD (from rev 84052, wayland/PKGBUILD)
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2013-02-09 14:17:08 UTC (rev 84053)
@@ -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