[arch-commits] Commit in (4 files)

Ionut Biru ibiru at archlinux.org
Tue Nov 3 16:17:05 UTC 2009


    Date: Tuesday, November 3, 2009 @ 11:17:05
  Author: ibiru
Revision: 58081

moved in extra

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

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

Added: telepathy-salut/trunk/PKGBUILD
===================================================================
--- telepathy-salut/trunk/PKGBUILD	                        (rev 0)
+++ telepathy-salut/trunk/PKGBUILD	2009-11-03 16:17:05 UTC (rev 58081)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Biru Ionut <ionut at archlinux.ro>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+pkgname=telepathy-salut
+pkgver=0.3.10
+pkgrel=1
+pkgdesc="A link-local XMPP connection manager for Telepathy"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+groups=('telepathy')
+license=('LGPL')
+depends=('telepathy-glib>=0.9.1' 'avahi' 'libsoup')
+makedepends=('libxslt')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure --prefix=/usr \
+    	--libexecdir=/usr/lib/telepathy
+    make || return 1
+    make DESTDIR="$pkgdir" install || return 1
+}
+md5sums=('145580837ba7727f7c97bcfbd1b4a71f')


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




More information about the arch-commits mailing list