summaryrefslogtreecommitdiff
path: root/extra/sofia-sip/PKGBUILD
blob: 244979be88f59948afe3139ceef519a43a09ab41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD 75544 2010-04-01 19:17:05Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
pkgname=sofia-sip
pkgver=1.12.10
pkgrel=2
pkgdesc="An open-source SIP User-Agent library"
arch=('i686' 'x86_64')
url="http://sofia-sip.sourceforge.net"
options=('!libtool' 'zipman')
license=('LGPL')
depends=('glib2' 'openssl')
source=(http://downloads.sourceforge.net/sofia-sip/$pkgname-$pkgver.tar.gz)
md5sums=('9e07fde3ad2009e44d1100ca3950d02b')

build() {
  cd "$srcdir/$pkgname-$pkgver"
  ./configure --prefix=/usr --with-openssl
  make || return 1
  make DESTDIR="$pkgdir" install
}