updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / compiz-pure / PKGBUILD
blobbb6adce91980c03e6d0a21aac1066a0f41190dc3
1 # Maintainer: insm <gminsm@gmail.com>
3 pkgname=compiz-pure
4 pkgver=0.8.6
5 pkgrel=2
6 pkgdesc="this is pure compiz. because this package contains gtk-window-decorator, compiz can be executed without using other packages(like gnome,kde,emerald,metacity,fusion...)."
7 url="http://www.go-compiz.org/"
8 license=('GPL' 'LGPL' 'MIT')
9 arch=('i686' 'x86_64')
10 depends=('librsvg' 'libgl' 'dbus' 'mesa' 'libxslt')
11 makedepends=('intltool')
12 options=(!libtool !emptydirs)
13 conflicts=('compiz' 'compiz-core' 'compiz-core-git' 'compiz-git')
14 source=(http://releases.compiz.org/$pkgver/compiz-$pkgver.tar.gz)
16 md5sums=('af0586557e0291c47b924e33bccacc60')
18 build()
20   cd $srcdir/compiz-$pkgver
22   ./configure \
23                 --prefix=/usr \
24                 --enable-shared \
25             --enable-gtk \
26             --enable-dbus \
27                 --enable-librsvg \
28                 --enable-glib \
29             --disable-gconf \
30             --disable-gnome \
31             --disable-gnome-keybindings \
32             --disable-metacity \
33             --disable-kde \
34             --disable-kde4 \
35                 --disable-static \
36                 --disable-inotify \
37         
38   make || return 1
39   make DESTDIR=$pkgdir install