updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / sipsak / PKGBUILD
blobbfd721ce42c25a4bbb2f9bcce516a283bdb357fd
1 # Contributor: Balda Baldanos _at_ gmail dot com
3 pkgname=sipsak
4 pkgver=0.9.6
5 pkgrel=1
6 pkgdesc="A small command line tool for developers and administrators of Session Initiation Protocol (SIP) applications."
7 arch=('i686' 'x86_64')
8 url="http://sipsak.org"
9 license=('GPL')
10 depends=('gnutls' 'openssl')
11 source=(http://download.berlios.de/sipsak/$pkgname-$pkgver-$pkgrel.tar.gz)
12 md5sums=('c4eb8e282902e75f4f040f09ea9d99d5')
14 build() {
15   cd $srcdir/$pkgname-$pkgver
16   ./configure --prefix=/usr
17   make || return 1
18   make DESTDIR=$pkgdir install || return 1