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

Antonio Rojas arojas at archlinux.org
Mon Dec 9 21:19:33 UTC 2019


    Date: Monday, December 9, 2019 @ 21:19:32
  Author: arojas
Revision: 536442

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: bzrtp/repos/community-staging-x86_64/PKGBUILD (from rev 536441, bzrtp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-12-09 21:19:32 UTC (rev 536442)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bzrtp
+pkgver=4.3
+pkgrel=1
+pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bzrtp"
+license=(GPL2)
+depends=(libxml2 bctoolbox sqlite)
+makedepends=(bcunit cmake)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz")
+sha256sums=('bd9739b973af1e957ff39f613b5995514657a80152994c5c111a75843da4257e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_STATIC=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list