[arch-commits] Commit in spice/repos (4 files)

Tobias Powalowski tpowa at nymeria.archlinux.org
Tue Oct 8 07:21:39 UTC 2013


    Date: Tuesday, October 8, 2013 @ 09:21:39
  Author: tpowa
Revision: 196189

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  spice/repos/extra-i686/
  spice/repos/extra-i686/PKGBUILD
    (from rev 196188, spice/trunk/PKGBUILD)
  spice/repos/extra-x86_64/
  spice/repos/extra-x86_64/PKGBUILD
    (from rev 196188, spice/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: spice/repos/extra-i686/PKGBUILD (from rev 196188, spice/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-10-08 07:21:39 UTC (rev 196189)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.12.4
+pkgrel=2
+pkgdesc="SPICE client and server"
+arch=('i686' 'x86_64')
+url="http://spice-space.org"
+license=('LGPL2.1')
+depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama libxfixes libxrandr pixman)
+makedepends=(python2-pyparsing qemu spice-protocol)
+options=(!libtool)
+source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('325b1c42ce24e75de45a75876b73a8bd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard --enable-client
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: spice/repos/extra-x86_64/PKGBUILD (from rev 196188, spice/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-10-08 07:21:39 UTC (rev 196189)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.12.4
+pkgrel=2
+pkgdesc="SPICE client and server"
+arch=('i686' 'x86_64')
+url="http://spice-space.org"
+license=('LGPL2.1')
+depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama libxfixes libxrandr pixman)
+makedepends=(python2-pyparsing qemu spice-protocol)
+options=(!libtool)
+source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('325b1c42ce24e75de45a75876b73a8bd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard --enable-client
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}




More information about the arch-commits mailing list