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>
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"
14 makedepends=('intltool' 'vala')
15 depends=('libpulse' 'gtk3' 'spice' 'libusb-testing' 'usbredir')
16 conflicts=('spice-gtk')
18 source=("http://www.spice-space.org/download/gtk/$_pkgname-$pkgver.tar.bz2")
19 sha256sums=('c154c28778cbf2afef4c3c7f023afe4d0de7d742a2aace38a7358eb56a2c3306')
22 cd "$srcdir/$_pkgname-$pkgver"
24 ./configure --prefix=/usr \
32 cd "$srcdir/$_pkgname-$pkgver"
34 make DESTDIR="$pkgdir/" install