From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/libexosip2/ChangeLog | 7 +++++++ community/libexosip2/PKGBUILD | 27 +++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 community/libexosip2/ChangeLog create mode 100644 community/libexosip2/PKGBUILD (limited to 'community/libexosip2') diff --git a/community/libexosip2/ChangeLog b/community/libexosip2/ChangeLog new file mode 100644 index 000000000..7b33546b8 --- /dev/null +++ b/community/libexosip2/ChangeLog @@ -0,0 +1,7 @@ +2008-04-20 Darwin Bautista +* libexosip2 3.1.0-1 +* New upstream release + +2007-11-21 Darwin Bautista +* libexosip2 3.0.3_3-1 +* Initial release 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 +# Contributor: Darwin Bautista + +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 +} -- cgit v1.2.3-54-g00ecf