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

Andrea Scarpino andrea at archlinux.org
Wed May 16 20:08:38 UTC 2012


    Date: Wednesday, May 16, 2012 @ 16:08:38
  Author: andrea
Revision: 159152

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

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

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

Copied: libsrtp/repos/extra-i686/PKGBUILD (from rev 159151, libsrtp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-05-16 20:08:38 UTC (rev 159152)
@@ -0,0 +1,28 @@
+# $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 159151, libsrtp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-05-16 20:08:38 UTC (rev 159152)
@@ -0,0 +1,28 @@
+# $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
+}




More information about the arch-commits mailing list