[arch-commits] Commit in pidgin-sipe/trunk (PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Fri Oct 24 16:49:10 UTC 2014


    Date: Friday, October 24, 2014 @ 18:49:10
  Author: jsteel
Revision: 121356

Restore Maintainers and Contributors and correct license

Modified:
  pidgin-sipe/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-24 16:48:05 UTC (rev 121355)
+++ PKGBUILD	2014-10-24 16:49:10 UTC (rev 121356)
@@ -1,5 +1,10 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Gicu Gorodenco <cyclopsihus at gmail.com>
+# Contributor: MaLiK <malik_cjm at o2.pl>
+# Contributor: dpevp <daniel.plaza.espi at gmail.com>
+# Contributor: Magnus Therning <magnus at therning.org>
+# Contributor: Anthony <anthony at littlegno.me>
 
 pkgname=pidgin-sipe
 pkgver=1.18.4
@@ -6,7 +11,7 @@
 pkgrel=1
 pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
 arch=('i686' 'x86_64')
-license=('GPL')
+license=('GPL2')
 url="http://sipe.sourceforge.net/"
 depends=('gmime' 'libpurple')
 makedepends=('intltool')
@@ -16,11 +21,14 @@
 
 build() {
   cd $pkgname-$pkgver
+
   ./configure --prefix=/usr
+
   make
 }
 
 package() {
   cd $pkgname-$pkgver
+
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list