Date: Saturday, February 9, 2013 @ 15:14:32
  Author: seblu
Revision: 84052

upgpkg: wayland 1.0.4-1

Added:
  wayland/
  wayland/PKGBUILD

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

Added: wayland/PKGBUILD
===================================================================
--- wayland/PKGBUILD                            (rev 0)
+++ wayland/PKGBUILD    2013-02-09 14:14:32 UTC (rev 84052)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <[email protected]>
+
+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:


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

Reply via email to