[arch-commits] Commit in spice-protocol/trunk (PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Tue Oct 8 01:45:11 UTC 2013


    Date: Tuesday, October 8, 2013 @ 03:45:11
  Author: bgyorgy
Revision: 98285

upgpkg: spice-protocol 0.12.6-2

Fix license

Modified:
  spice-protocol/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-08 01:35:38 UTC (rev 98284)
+++ PKGBUILD	2013-10-08 01:45:11 UTC (rev 98285)
@@ -4,17 +4,17 @@
 
 pkgname=spice-protocol
 pkgver=0.12.6
-pkgrel=1
-pkgdesc="Headers for SPICE protocol."
+pkgrel=2
+pkgdesc="Headers for SPICE protocol"
 arch=(any)
 url="http://spice-space.org"
-license=('GPL')
+license=('BSD' 'LGPL2.1')
 source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
 md5sums=('797d18156ab893e48778cb097b21bb2b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 
@@ -21,4 +21,5 @@
 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