diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-07 17:17:40 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-07 17:17:40 -0500 |
commit | 19fe7e7da672746eea0c2cae0307cea5e54fb23e (patch) | |
tree | c8acebdffd8ad8667674b014cab83efd4d363af4 /pcr/spice-protocol/PKGBUILD | |
parent | b8bfece22942e62cd9925f42849bdd25245eaa24 (diff) | |
download | abslibre-19fe7e7da672746eea0c2cae0307cea5e54fb23e.tar.gz abslibre-19fe7e7da672746eea0c2cae0307cea5e54fb23e.tar.bz2 abslibre-19fe7e7da672746eea0c2cae0307cea5e54fb23e.zip |
Removing packages. These packages are in extra repo
Diffstat (limited to 'pcr/spice-protocol/PKGBUILD')
-rw-r--r-- | pcr/spice-protocol/PKGBUILD | 36 |
1 files changed, 0 insertions, 36 deletions
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 <aurelien@cwb.io> - - 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') |