summaryrefslogtreecommitdiff
path: root/pcr/spice
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/spice
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/spice')
-rw-r--r--pcr/spice/PKGBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/pcr/spice/PKGBUILD b/pcr/spice/PKGBUILD
deleted file mode 100644
index d54f1657d..000000000
--- a/pcr/spice/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Contributor: Lucio Zara <pennega@gmail.com>
-# Contributor: Jameson Pugh <imntreal@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre <aurelien@cwb.io>
-
- pkgname=spice
- pkgver=0.12.0
- pkgrel=1
- pkgdesc="SPICE client and server"
- arch=('x86_64' 'i686')
- url="http://spice-space.org"
- license=('GPL')
- makedepends=(python2-pyparsing)
- depends=(pixman celt cegui alsa-utils libxrandr libxinerama libsasl
-libcacard )
-
- source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
- md5sums=('12c6ea4938215f8f9f10d2925f7bec9b')
-
- build() {
- cd "$srcdir/$pkgname-$pkgver"
- sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py
- PYTHON=python2 \
- ./configure --prefix=/usr \
- --enable-gui \
- --enable-opengl \
- --enable-smartcard \
- # --enable-tunnel
- make
- }
-
- package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
- }
-
- # vim:set ts=2 sw=2 et:
-