# $Id: PKGBUILD 191931 2013-08-01 07:14:32Z andrea $ # Maintainer: # Contributor: Andrea Scarpino # Contributor: Sergej Pupykin # Contributor: AdriĆ  Arrufat pkgname=mediastreamer pkgver=2.9.0 pkgrel=3 pkgdesc="A library written in C that allows you to create and run audio and video streams" arch=('i686' 'x86_64') url="http://www.linphone.org/" license=('GPL') depends=('ortp' 'ffmpeg' 'libxv' 'glew' 'libupnp') # xxd from Vim is needed to build makedepends=('intltool' 'vim') options=('!libtool') source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) md5sums=('f2ea0fe731a363749a81b6eaac22a62c' 'SKIP') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install }