diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/weston | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/weston')
-rw-r--r-- | community/weston/PKGBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD deleted file mode 100644 index 25425c83b..000000000 --- a/community/weston/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 94173 2013-07-15 21:54:10Z tomegun $ -# Maintainer: Sébastien Luttringer -# Contributor: Joel Teichroeb <joel@teichroeb.net> - -pkgname=weston -pkgver=1.2.0 -pkgrel=2 -pkgdesc='Reference implementation of a Wayland compositor' -arch=('i686' 'x86_64') -url='http://wayland.freedesktop.org' -license=('MIT') -options=(!libtool) -depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord') -source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz") -sha1sums=('23201d31e71768e5ec3de0d10fa6de988dd273c8') - -build() { - cd $pkgname-$pkgver - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/weston - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - # license - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" - # embed more clients - for _c in calibrator clickdot cliptest dnd editor eventdemo flower fullscreen gears \ - image resizor simple-egl simple-shm simple-touch smoke transformed view; do - install -Dm755 "clients/$_c" "$pkgdir/usr/bin/weston-$_c" - done -} |