updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / spice-gtk3 / PKGBUILD
blob683edb00b527c254cbfb064144ecd13b0c556714
1 # Maintainer: Stefano Facchini <stefano.facchini@gmail.com>
2 # Contributor: Jonathan Lestrelin <zanko@daemontux.org>
3 # Derived from the spice-gtk PKGBUILD by
4 # Contributor: Lucio Zara <pennega@gmail.com>
6 pkgname=spice-gtk3
7 _pkgname=spice-gtk
8 pkgver=0.7.159
9 pkgrel=1
10 pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 version)."
11 arch=('x86_64' 'i686')
12 url="http://spice-space.org"
13 license=('GPL')
14 makedepends=('intltool' 'vala')
15 depends=('libpulse' 'gtk3' 'spice' 'libusb-testing' 'usbredir')
16 conflicts=('spice-gtk')
17 options=('!libtool')
18 source=("http://www.spice-space.org/download/gtk/$_pkgname-$pkgver.tar.bz2")
19 sha256sums=('c154c28778cbf2afef4c3c7f023afe4d0de7d742a2aace38a7358eb56a2c3306')
21 build() {
22   cd "$srcdir/$_pkgname-$pkgver"
24   ./configure --prefix=/usr \
25               --with-gtk=3.0 \
26               --enable-vala \
27               --enable-smartcard=no
28   make
31 package() {
32   cd "$srcdir/$_pkgname-$pkgver"
34   make DESTDIR="$pkgdir/" install