# $Id: $ # Maintainer: Andrea Scarpino # Contributor: Jaroslaw Swierczynski # Contributor: William Rea pkgname=ortp pkgver=0.16.1 pkgrel=1 pkgdesc="A Real-time Transport Protocol (RTP) library" arch=('i686' 'x86_64') url="http://www.linphone.org/index.php/eng/code_review/ortp" license=('LGPL') depends=('openssl') options=('!libtool') source=(http://ftp.cc.uoc.gr/mirrors/nongnu.org/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz) md5sums=('bc96cdcb9c139d366a720a94200f92dd') build() { cd ${srcdir}/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=${pkgdir} install }