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

Antonio Rojas arojas at archlinux.org
Fri Jul 9 18:33:15 UTC 2021


    Date: Friday, July 9, 2021 @ 18:33:15
  Author: arojas
Revision: 976265

archrelease: copy trunk to community-staging-x86_64

Added:
  bctoolbox/repos/community-staging-x86_64/
  bctoolbox/repos/community-staging-x86_64/PKGBUILD
    (from rev 976264, bctoolbox/trunk/PKGBUILD)

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

Copied: bctoolbox/repos/community-staging-x86_64/PKGBUILD (from rev 976264, bctoolbox/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-07-09 18:33:15 UTC (rev 976265)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=bctoolbox
+pkgver=5.0.0
+pkgrel=2
+pkgdesc='A library written in C that allows you to create and run audio and video streams'
+arch=(x86_64)
+url='https://github.com/BelledonneCommunications/bctoolbox'
+license=(GPL)
+depends=(mbedtls bcunit)
+makedepends=(cmake)
+source=(https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b36ac46c14380be7b25b188f3dd2e493224d3bf5bee30b172b4a78f61775c8ee')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}




More information about the arch-commits mailing list