Date: Thursday, March 6, 2014 @ 21:48:15 Author: spupykin Revision: 106737
Added: belle-sip/ belle-sip/repos/ belle-sip/trunk/ belle-sip/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Added: belle-sip/trunk/PKGBUILD =================================================================== --- belle-sip/trunk/PKGBUILD (rev 0) +++ belle-sip/trunk/PKGBUILD 2014-03-06 20:48:15 UTC (rev 106737) @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $ +# Maintainer: Sergej Pupykin <[email protected]> +# Contributor: Darwin Bautista <[email protected]> + +pkgname=belle-sip +pkgver=1.3.0 +pkgrel=1 +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' 'libv4l' 'libglade' 'v4l-utils' + 'libpulse' 'libxv' 'mediastreamer' 'ortp' 'libzrtpcpp' 'bcg729' 'libsoup') +makedepends=('pkgconfig' 'perlxml' 'intltool' 'sgmltools-lite') +optdepends=('pulseaudio') +options=('!emptydirs') +source=("http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz") +md5sums=('ae9e8be12f62552a5376edd66b0265d9') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib/$pkgname + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
