[arch-commits] Commit in spice/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sat Jan 27 16:42:28 UTC 2018


    Date: Saturday, January 27, 2018 @ 16:42:27
  Author: anatolik
Revision: 315509

archrelease: copy trunk to testing-x86_64

Added:
  spice/repos/testing-x86_64/
  spice/repos/testing-x86_64/PKGBUILD
    (from rev 315508, spice/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: spice/repos/testing-x86_64/PKGBUILD (from rev 315508, spice/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-01-27 16:42:27 UTC (rev 315509)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="SPICE server"
+arch=('x86_64')
+url="https://www.spice-space.org"
+license=('LGPL2.1')
+depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2)
+makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
+source=(https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2
+        https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2.sign)
+sha256sums=('3adb9495b51650e5eab53c74dd6a74919af4b339ff21721d9ab2a45b2e3bb848'
+            'SKIP')
+validpgpkeys=(94A9F75661F77A6168649B23A9D8C21429AC6C82) # Christophe Fergeau (teuf) <christophe at fergeau.eu>
+
+build() {
+  cd spice-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard --enable-client --disable-werror
+  make
+}
+
+check() {
+  cd spice-$pkgver
+  make check
+}
+
+package() {
+  cd spice-$pkgver
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list