[arch-commits] Commit in (ortp ortp/repos ortp/trunk ortp/trunk/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Jan 17 13:19:57 UTC 2009


    Date: Saturday, January 17, 2009 @ 08:19:57
  Author: andrea
Revision: 24457

Added:
  ortp/
  ortp/repos/
  ortp/trunk/
  ortp/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Added: ortp/trunk/PKGBUILD
===================================================================
--- ortp/trunk/PKGBUILD	                        (rev 0)
+++ ortp/trunk/PKGBUILD	2009-01-17 13:19:57 UTC (rev 24457)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=ortp
+pkgver=0.13.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')
+options=('!libtool')
+source=(http://ftp.cc.uoc.gr/mirrors/nongnu.org/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz)
+md5sums=('293f16da6dd434e68652f0f725b7f97c')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list