summaryrefslogtreecommitdiff
path: root/community/libexosip2
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-29 23:14:54 +0000
committerroot <root@rshg054.dnsready.net>2011-12-29 23:14:54 +0000
commit8a823402bd45dc875237a20f174ecbe64e1bae4d (patch)
treef520fcd3f38fc11c721bd183e92d1b65c37ca1a9 /community/libexosip2
parent5cd3c62bce23c2b25c28b22da71f664b48703ad2 (diff)
Thu Dec 29 23:14:54 UTC 2011
Diffstat (limited to 'community/libexosip2')
-rw-r--r--community/libexosip2/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/libexosip2/PKGBUILD b/community/libexosip2/PKGBUILD
index bdf6bd5c1..60b3103ae 100644
--- a/community/libexosip2/PKGBUILD
+++ b/community/libexosip2/PKGBUILD
@@ -1,24 +1,25 @@
-# $Id: PKGBUILD 47119 2011-05-17 07:23:32Z andrea $
+# $Id: PKGBUILD 61348 2011-12-28 15:42:18Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=libexosip2
-pkgver=3.5.0
+pkgver=3.6.0
pkgrel=1
pkgdesc="A library that hides the complexity of using SIP for multimedia session establishement"
arch=('i686' 'x86_64')
url="http://savannah.nongnu.org/projects/exosip/"
license=('GPL')
-depends=('libosip2>=3.5.0' 'openssl')
+depends=('libosip2>=3.6.0' 'openssl')
options=(!libtool)
source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
-md5sums=('51e85725571870614e448f63c33c8996')
+md5sums=('6fef4c110f1305048a8b307f440933d9')
build() {
cd "$srcdir/libeXosip2-${pkgver/_/-}"
./configure --prefix=/usr
make
}
+
package() {
cd "$srcdir/libeXosip2-${pkgver/_/-}"
make DESTDIR="$pkgdir" install