2010-12-25 02:42:30 +08:00
|
|
|
#
|
|
|
|
# Platform Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
2012-12-17 02:12:42 +08:00
|
|
|
# maintainer abveritas@chakra-project.org
|
|
|
|
# contributor Giuseppe Calà <jiveaxe@gmail.com>
|
2010-12-25 02:42:30 +08:00
|
|
|
|
|
|
|
pkgname=libexosip2
|
2012-01-13 02:10:10 +08:00
|
|
|
pkgver=3.6.0
|
2012-12-17 02:12:42 +08:00
|
|
|
pkgrel=2
|
2010-12-25 02:42:30 +08:00
|
|
|
pkgdesc="A library that hides the complexity of using SIP for multimedia session establishement"
|
2012-12-17 02:12:42 +08:00
|
|
|
arch=('x86_64')
|
2010-12-25 02:42:30 +08:00
|
|
|
url="http://savannah.nongnu.org/projects/exosip/"
|
|
|
|
license=('GPL')
|
2012-01-13 02:10:10 +08:00
|
|
|
depends=('libosip2>=3.6.0' 'openssl')
|
2010-12-25 02:42:30 +08:00
|
|
|
options=(!libtool)
|
2012-12-17 02:12:42 +08:00
|
|
|
source=("http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz")
|
2012-01-13 02:10:10 +08:00
|
|
|
md5sums=('6fef4c110f1305048a8b307f440933d9')
|
2010-12-25 02:42:30 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "$srcdir/libeXosip2-${pkgver/_/-}"
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
2012-01-13 02:10:10 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "$srcdir/libeXosip2-${pkgver/_/-}"
|
2010-12-25 02:42:30 +08:00
|
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
}
|