[arch-commits] Commit in bzrtp/repos (2 files)

Kyle Keen kkeen at archlinux.org
Sat Sep 22 15:33:15 UTC 2018


    Date: Saturday, September 22, 2018 @ 15:33:15
  Author: kkeen
Revision: 384157

archrelease: copy trunk to community-staging-x86_64

Added:
  bzrtp/repos/community-staging-x86_64/
  bzrtp/repos/community-staging-x86_64/PKGBUILD
    (from rev 384156, bzrtp/trunk/PKGBUILD)

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

Copied: bzrtp/repos/community-staging-x86_64/PKGBUILD (from rev 384156, bzrtp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-09-22 15:33:15 UTC (rev 384157)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bzrtp
+pkgver=1.0.6
+pkgrel=3
+pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+arch=('x86_64')
+url="https://github.com/BelledonneCommunications/bzrtp"
+license=('GPL2')
+depends=('libxml2' 'mbedtls' 'bctoolbox')
+makedepends=('bcunit')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz")
+sha256sums=('d551cf45372a180319fd93d7b59823ccff169dc41f67a777932c83def8019260')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS="$CFLAGS -Wno-error=cast-function-type"
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list