summaryrefslogtreecommitdiff
path: root/community/libexosip2
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/libexosip2
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/libexosip2')
-rw-r--r--community/libexosip2/ChangeLog7
-rw-r--r--community/libexosip2/PKGBUILD27
2 files changed, 0 insertions, 34 deletions
diff --git a/community/libexosip2/ChangeLog b/community/libexosip2/ChangeLog
deleted file mode 100644
index 7b33546b8..000000000
--- a/community/libexosip2/ChangeLog
+++ /dev/null
@@ -1,7 +0,0 @@
-2008-04-20 Darwin Bautista <djclue917@gmail.com>
-* libexosip2 3.1.0-1
-* New upstream release
-
-2007-11-21 Darwin Bautista <djclue917@gmail.com>
-* libexosip2 3.0.3_3-1
-* Initial release
diff --git a/community/libexosip2/PKGBUILD b/community/libexosip2/PKGBUILD
deleted file mode 100644
index aa31a11c4..000000000
--- a/community/libexosip2/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $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
-}