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

Anatol Pomozov anatolik at archlinux.org
Tue Oct 3 21:57:35 UTC 2017


    Date: Tuesday, October 3, 2017 @ 21:57:34
  Author: anatolik
Revision: 306668

archrelease: copy trunk to testing-any

Added:
  spice-protocol/repos/testing-any/
  spice-protocol/repos/testing-any/PKGBUILD
    (from rev 306667, spice-protocol/trunk/PKGBUILD)

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

Copied: spice-protocol/repos/testing-any/PKGBUILD (from rev 306667, spice-protocol/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2017-10-03 21:57:34 UTC (rev 306668)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice-protocol
+pkgver=0.12.13
+pkgrel=1
+pkgdesc="Headers for SPICE protocol"
+arch=(any)
+url="http://spice-space.org"
+license=('BSD' 'LGPL2.1')
+source=(https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('50a1d951d1fa96d1478ff0cc7f3b1442')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list