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 <cyclopsi...@gmail.com>
+# Contributor: MaLiK <malik_...@o2.pl>
+# Contributor: dpevp <daniel.plaza.e...@gmail.com>
+# Contributor: Magnus Therning <mag...@therning.org>
+# Contributor: Anthony <anth...@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
+}

Reply via email to