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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Jun 15 10:01:17 UTC 2013


    Date: Saturday, June 15, 2013 @ 12:01:17
  Author: andrea
Revision: 188535

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

Added:
  libsrtp/repos/extra-i686/PKGBUILD
    (from rev 188534, libsrtp/trunk/PKGBUILD)
  libsrtp/repos/extra-x86_64/PKGBUILD
    (from rev 188534, libsrtp/trunk/PKGBUILD)
Deleted:
  libsrtp/repos/extra-i686/PKGBUILD
  libsrtp/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   72 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   28 ------------------
 extra-x86_64/PKGBUILD |   28 ------------------
 3 files changed, 72 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-06-15 10:01:06 UTC (rev 188534)
+++ extra-i686/PKGBUILD	2013-06-15 10:01:17 UTC (rev 188535)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Yejun Yang <yejunx AT gmail DOT com>
-# Contributor: Michal Krenek <mikos at sg1.cz>
-
-pkgname=libsrtp
-pkgver=1.4.4
-pkgrel=2
-pkgdesc="Open-source implementation of the Secure Real-time Transport Protocol (SRTP)"
-url="http://srtp.sourceforge.net/srtp.html"
-arch=('i686' 'x86_64')
-license=('BSD')
-source=("http://downloads.sourceforge.net/srtp/srtp-${pkgver}.tgz")
-md5sums=('9b449edb011c934ca97009e7e0566d22')
-
-build() {
-  cd "${srcdir}"/srtp
-  ./configure --prefix=/usr
-  make CFLAGS="${CFLAGS} -fPIC"
-}
-
-package() {
-  cd "${srcdir}"/srtp
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm0644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libsrtp/repos/extra-i686/PKGBUILD (from rev 188534, libsrtp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-06-15 10:01:17 UTC (rev 188535)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Yejun Yang <yejunx AT gmail DOT com>
+# Contributor: Michal Krenek <mikos at sg1.cz>
+
+pkgname=libsrtp
+pkgver=15.1c9bd90
+pkgrel=1
+pkgdesc="Open-source implementation of the Secure Real-time Transport Protocol (SRTP)"
+url="http://srtp.sourceforge.net/srtp.html"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('glibc')
+makedepends=('git')
+source=("git://git.linphone.org/srtp.git#commit=1c9bd90")
+md5sums=('SKIP')
+
+pkgver() {
+  cd srtp
+  echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  cd srtp
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd srtp
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm0644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-06-15 10:01:06 UTC (rev 188534)
+++ extra-x86_64/PKGBUILD	2013-06-15 10:01:17 UTC (rev 188535)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Yejun Yang <yejunx AT gmail DOT com>
-# Contributor: Michal Krenek <mikos at sg1.cz>
-
-pkgname=libsrtp
-pkgver=1.4.4
-pkgrel=2
-pkgdesc="Open-source implementation of the Secure Real-time Transport Protocol (SRTP)"
-url="http://srtp.sourceforge.net/srtp.html"
-arch=('i686' 'x86_64')
-license=('BSD')
-source=("http://downloads.sourceforge.net/srtp/srtp-${pkgver}.tgz")
-md5sums=('9b449edb011c934ca97009e7e0566d22')
-
-build() {
-  cd "${srcdir}"/srtp
-  ./configure --prefix=/usr
-  make CFLAGS="${CFLAGS} -fPIC"
-}
-
-package() {
-  cd "${srcdir}"/srtp
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm0644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libsrtp/repos/extra-x86_64/PKGBUILD (from rev 188534, libsrtp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-06-15 10:01:17 UTC (rev 188535)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Yejun Yang <yejunx AT gmail DOT com>
+# Contributor: Michal Krenek <mikos at sg1.cz>
+
+pkgname=libsrtp
+pkgver=15.1c9bd90
+pkgrel=1
+pkgdesc="Open-source implementation of the Secure Real-time Transport Protocol (SRTP)"
+url="http://srtp.sourceforge.net/srtp.html"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('glibc')
+makedepends=('git')
+source=("git://git.linphone.org/srtp.git#commit=1c9bd90")
+md5sums=('SKIP')
+
+pkgver() {
+  cd srtp
+  echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  cd srtp
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd srtp
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm0644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}




More information about the arch-commits mailing list