[arch-commits] Commit in (4 files)

Ionut Biru ibiru at archlinux.org
Tue Nov 3 15:20:48 UTC 2009


    Date: Tuesday, November 3, 2009 @ 10:20:48
  Author: ibiru
Revision: 58052

moved in extra

Added:
  telepathy-gabble/
  telepathy-gabble/repos/
  telepathy-gabble/trunk/
  telepathy-gabble/trunk/PKGBUILD

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

Added: telepathy-gabble/trunk/PKGBUILD
===================================================================
--- telepathy-gabble/trunk/PKGBUILD	                        (rev 0)
+++ telepathy-gabble/trunk/PKGBUILD	2009-11-03 15:20:48 UTC (rev 58052)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Biru Ionut <ionut at archlinux.ro>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+# Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
+pkgname=telepathy-gabble
+pkgver=0.8.7
+pkgrel=1
+pkgdesc="A Jabber/XMPP connection manager for Telepathy"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+groups=('telepathy')
+license=('LGPL')
+options=('!libtool')
+depends=('loudmouth' 'telepathy-glib>=0.7.37' 'libsoup')
+makedepends=('libxslt')
+source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+  	--libexecdir=/usr/lib/telepathy \
+	--enable-shave
+  make || return 1
+  make DESTDIR=$pkgdir install
+}
+md5sums=('1ab5505b5410f79438a886097db7c16e')


Property changes on: telepathy-gabble/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list