updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / tapioca / PKGBUILD
blob41c614caaba73b9b825b32b553415ef5ba3417c3
1 # Maintainer: Bjorn Lindeijer <bjorn lindeijer nl>
2 # Contributor: William Rea <sillywilly@gmail.com>
3 pkgname=tapioca
4 pkgver=0.3.9
5 pkgrel=1
6 pkgdesc="A daemon providing the VoIP engine and a client interface"
7 arch=('i686' 'x86_64')
8 url="http://tapioca-voip.sourceforge.net"
9 license="LGPL"
10 options=('NOLIBTOOL')
11 depends=('dbus-glib')
12 makedepends=('pkgconfig')
13 source=(http://dl.sourceforge.net/sourceforge/tapioca-voip/$pkgname-$pkgver.tar.gz)
14 md5sums=('e88c400394c092c2688bb2d490c80ccb')
16 build() {
17   cd $startdir/src/tapioca-$pkgver
18   ./configure --prefix=/usr
19   make || return 1
20   make DESTDIR=$startdir/pkg install