diff options
author | root <root@rshg054.dnsready.net> | 2011-12-26 23:14:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-26 23:14:57 +0000 |
commit | 342100843ef3e4379443c526403fac1b1cb6416a (patch) | |
tree | fd1bdebd7bfb10b00f17dbf98c2c8a5054cb03e4 /extra/ortp | |
parent | e39d5f838c08b5b57eae4c1aec4ae00acd18b239 (diff) |
Mon Dec 26 23:14:57 UTC 2011
Diffstat (limited to 'extra/ortp')
-rw-r--r-- | extra/ortp/PKGBUILD | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/extra/ortp/PKGBUILD b/extra/ortp/PKGBUILD index ca983cbd3..714abfcc5 100644 --- a/extra/ortp/PKGBUILD +++ b/extra/ortp/PKGBUILD @@ -1,22 +1,25 @@ -# $Id: PKGBUILD 117400 2011-04-01 15:13:40Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# $Id: PKGBUILD 145635 2011-12-25 10:59:41Z andrea $ +# Maintainer: +# Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=ortp -pkgver=0.16.5 +pkgver=0.18.0 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') +depends=('glibc') options=('!libtool') -source=("http://ftp.cc.uoc.gr/mirrors/nongnu.org/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz") -md5sums=('94546901d14b85f97342f4ecf39489b1') +#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz") +source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +md5sums=('cc319356d2b548e5777feef90ae23bac') build() { cd ${srcdir}/${pkgname}-${pkgver} + ./autogen.sh ./configure --prefix=/usr make } |