1 # Contributor: Balda Baldanos _at_ gmail dot com
6 pkgdesc="A small command line tool for developers and administrators of Session Initiation Protocol (SIP) applications."
8 url="http://sipsak.org"
10 depends=('gnutls' 'openssl')
11 source=(http://download.berlios.de/sipsak/$pkgname-$pkgver-$pkgrel.tar.gz)
12 md5sums=('c4eb8e282902e75f4f040f09ea9d99d5')
15 cd $srcdir/$pkgname-$pkgver
16 ./configure --prefix=/usr
18 make DESTDIR=$pkgdir install || return 1