From 19fe7e7da672746eea0c2cae0307cea5e54fb23e Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 7 May 2015 17:17:40 -0500 Subject: Removing packages. These packages are in extra repo --- pcr/spice-protocol/PKGBUILD | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 pcr/spice-protocol/PKGBUILD (limited to 'pcr/spice-protocol') diff --git a/pcr/spice-protocol/PKGBUILD b/pcr/spice-protocol/PKGBUILD deleted file mode 100644 index 03c122275..000000000 --- a/pcr/spice-protocol/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Contributor: Parabola GNU / Linux-libre - - pkgname=spice-protocol - pkgver=0.12.2 - pkgrel=1 - pkgdesc="SPICE protocol" - 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) - - 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: -md5sums=('8bab5b67a00ec8429334963d361692ab') -md5sums=('8bab5b67a00ec8429334963d361692ab') -- cgit v1.2.3-2-g168b