[arch-commits] Commit in (4 files)

Ionut Biru ibiru at archlinux.org
Tue Nov 3 16:21:45 UTC 2009


    Date: Tuesday, November 3, 2009 @ 11:21:45
  Author: ibiru
Revision: 58086

moved in extra

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

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

Added: telepathy-sofiasip/trunk/PKGBUILD
===================================================================
--- telepathy-sofiasip/trunk/PKGBUILD	                        (rev 0)
+++ telepathy-sofiasip/trunk/PKGBUILD	2009-11-03 16:21:45 UTC (rev 58086)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer : Biru Ionut <ionut at archlinux.ro>
+# Contributor: Timm Preetz <timm at preetz.us>
+pkgname=telepathy-sofiasip
+pkgver=0.5.17
+pkgrel=1
+pkgdesc="a SIP-protocol connection manager for the Telepathy framework based on SofiaSIP-stack."
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+license=('LGPL')
+depends=('telepathy-glib>=0.9.1' 'sofia-sip')
+makedepends=('libxslt')
+groups=('telepathy')
+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=('ac2d6338781cf7a458b8b4150f9b81d8')


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




More information about the arch-commits mailing list