Date: Tuesday, February 12, 2013 @ 17:53:26 Author: tomegun Revision: 177963
community2extra: Moving wayland from community to extra Added: wayland/ wayland/repos/ wayland/trunk/ wayland/trunk/PKGBUILD ----------+ PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) Added: wayland/trunk/PKGBUILD =================================================================== --- wayland/trunk/PKGBUILD (rev 0) +++ wayland/trunk/PKGBUILD 2013-02-12 16:53:26 UTC (rev 177963) @@ -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/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
