summaryrefslogtreecommitdiff
path: root/extra/telepathy-sofiasip
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-01 22:33:26 +0000
committerroot <root@rshg047.dnsready.net>2011-05-01 22:33:26 +0000
commit40f0b1c7106cc1fed13f14e80f083ecd69c416f5 (patch)
treefaeb03af48db54c663f74f3f188b9c1c56ca6a0b /extra/telepathy-sofiasip
parentc173ac862828a54925737fc1d90ede1dd09a312c (diff)
Sun May 1 22:33:26 UTC 2011
Diffstat (limited to 'extra/telepathy-sofiasip')
-rw-r--r--extra/telepathy-sofiasip/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/telepathy-sofiasip/PKGBUILD b/extra/telepathy-sofiasip/PKGBUILD
index 796e24c8a..7704eac95 100644
--- a/extra/telepathy-sofiasip/PKGBUILD
+++ b/extra/telepathy-sofiasip/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 108673 2011-02-02 13:28:13Z ibiru $
+# $Id: PKGBUILD 120816 2011-04-26 16:16:06Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Timm Preetz <timm@preetz.us>
pkgname=telepathy-sofiasip
-pkgver=0.6.6
+pkgver=0.7.1
pkgrel=1
pkgdesc="a SIP-protocol connection manager for the Telepathy framework based on SofiaSIP-stack."
arch=('i686' 'x86_64')
@@ -13,11 +13,15 @@ makedepends=('libxslt' 'python2')
install=telepathy-sofiasip.install
groups=('telepathy')
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('aebdadeb92db02b0da916fd077fa8c7e')
+md5sums=('4139027790aae97d8a18260e09a747c6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}