[arch-commits] Commit in bctoolbox/repos (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Dec 28 10:23:42 UTC 2021
Date: Tuesday, December 28, 2021 @ 10:23:42
Author: arojas
Revision: 1085478
archrelease: copy trunk to community-staging-x86_64
Added:
bctoolbox/repos/community-staging-x86_64/
bctoolbox/repos/community-staging-x86_64/PKGBUILD
(from rev 1085477, bctoolbox/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: bctoolbox/repos/community-staging-x86_64/PKGBUILD (from rev 1085477, bctoolbox/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-12-28 10:23:42 UTC (rev 1085478)
@@ -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.58
+pkgrel=1
+pkgdesc='A library written in C that allows you to create and run audio and video streams'
+arch=(x86_64)
+url='https://gitlab.linphone.org/'
+license=(GPL)
+depends=(mbedtls bcunit)
+makedepends=(cmake)
+source=(https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d5ed3f9057be40d1949da4e91e2c2bc173f23bde29f40a9e9479947a4ba46561')
+
+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