[arch-commits] Commit in pidgin-sipe/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Tue Feb 13 11:20:23 UTC 2018


    Date: Tuesday, February 13, 2018 @ 11:20:22
  Author: jsteel
Revision: 293785

archrelease: copy trunk to extra-x86_64

Added:
  pidgin-sipe/repos/extra-x86_64/
  pidgin-sipe/repos/extra-x86_64/PKGBUILD
    (from rev 293784, pidgin-sipe/trunk/PKGBUILD)

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

Copied: pidgin-sipe/repos/extra-x86_64/PKGBUILD (from rev 293784, pidgin-sipe/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2018-02-13 11:20:22 UTC (rev 293785)
@@ -0,0 +1,34 @@
+# $Id$
+# 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.23.0
+pkgrel=1
+pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
+arch=('x86_64')
+license=('GPL2')
+url="https://sipe.sourceforge.net/"
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+optdepends=('krb5: Kerberos support')
+source=(https://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('d29c4642cdf6de36f9795e9895c34010')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-telepathy
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list