summaryrefslogtreecommitdiff
path: root/community/libexosip2/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
committerroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
commit8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch)
tree03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/libexosip2/PKGBUILD
parente445a313723389ba9ee1fded025c567dae5b21ea (diff)
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/libexosip2/PKGBUILD')
-rw-r--r--community/libexosip2/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/community/libexosip2/PKGBUILD b/community/libexosip2/PKGBUILD
new file mode 100644
index 000000000..aa31a11c4
--- /dev/null
+++ b/community/libexosip2/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 88347 2013-04-16 14:01:30Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Darwin Bautista <djclue917@gmail.com>
+
+pkgname=libexosip2
+epoch=1
+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>=4.0.0' 'openssl')
+options=(!libtool)
+source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
+md5sums=('6fef4c110f1305048a8b307f440933d9')
+
+build() {
+ cd "$srcdir/libeXosip2-${pkgver/_/-}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/libeXosip2-${pkgver/_/-}"
+ make DESTDIR="$pkgdir" install
+}