[arch-commits] Commit in (4 files)

Ionut Biru ibiru at archlinux.org
Fri Nov 6 21:21:21 UTC 2009


    Date: Friday, November 6, 2009 @ 16:21:21
  Author: ibiru
Revision: 58262

moved in extra, dependency of telepathy-sofiasip

Added:
  sofia-sip/
  sofia-sip/repos/
  sofia-sip/trunk/
  sofia-sip/trunk/PKGBUILD

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

Added: sofia-sip/trunk/PKGBUILD
===================================================================
--- sofia-sip/trunk/PKGBUILD	                        (rev 0)
+++ sofia-sip/trunk/PKGBUILD	2009-11-06 21:21:21 UTC (rev 58262)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer : Biru Ionut <ionut at archlinux.ro>
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+pkgname=sofia-sip
+pkgver=1.12.10
+pkgrel=1
+pkgdesc="An open-source SIP User-Agent library"
+arch=('i686' 'x86_64')
+url="http://sofia-sip.sourceforge.net"
+options=('!libtool' 'zipman')
+license=('LGPL')
+depends=('glib2' 'openssl')
+source=(http://downloads.sourceforge.net/sofia-sip/$pkgname-$pkgver.tar.gz)
+md5sums=('9e07fde3ad2009e44d1100ca3950d02b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-openssl
+  make || return 1
+  make DESTDIR="$pkgdir" install
+}


Property changes on: sofia-sip/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list