# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $ # Maintainer: Sergej Pupykin # Maintainer: Darwin Bautista # Contributor: Darwin Bautista pkgname=linphone pkgver=3.1.2 pkgrel=3 pkgdesc="A Voice-over-IP phone" arch=('i686' 'x86_64') url="http://www.linphone.org/index.php/eng" license=('GPL') depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex') makedepends=('pkgconfig' 'perlxml' 'intltool') conflicts=(ortp) provides=(ortp) options=('!libtool' '!emptydirs') source=(http://mirror.cinquix.com/pub/savannah/linphone/stable/sources/linphone-$pkgver.tar.gz) md5sums=('f0a6e48a2b3cf276f78f8499444be732') build() { cd "$srcdir/$pkgname-$pkgver" export PKG_CONFIG=/usr/bin/pkg-config ./configure --prefix=/usr --disable-static --enable-ipv6 --enable-video \ --enable-alsa --disable-artsc --disable-strict --libexecdir=/usr/lib/$pkgname make || return 1 make DESTDIR="$pkgdir" install || return 1 }