[arch-commits] Commit in ortp/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue Mar 17 19:37:39 UTC 2015


    Date: Tuesday, March 17, 2015 @ 20:37:39
  Author: arojas
Revision: 129445

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ortp/repos/community-i686/
  ortp/repos/community-i686/PKGBUILD
    (from rev 129444, ortp/trunk/PKGBUILD)
  ortp/repos/community-x86_64/
  ortp/repos/community-x86_64/PKGBUILD
    (from rev 129444, ortp/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: ortp/repos/community-i686/PKGBUILD (from rev 129444, ortp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-17 19:37:39 UTC (rev 129445)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: 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.24.0
+pkgrel=2
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/index.php/eng/code_review/ortp"
+license=('GPL3')
+depends=('glibc')
+source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz"{,.sig})
+sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
+          'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+    --disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 129444, ortp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-17 19:37:39 UTC (rev 129445)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: 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.24.0
+pkgrel=2
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/index.php/eng/code_review/ortp"
+license=('GPL3')
+depends=('glibc')
+source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz"{,.sig})
+sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
+          'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+    --disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list