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

Kyle Keen kkeen at archlinux.org
Sun Aug 19 02:54:10 UTC 2018


    Date: Sunday, August 19, 2018 @ 02:54:09
  Author: kkeen
Revision: 372738

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: bctoolbox/repos/community-staging-x86_64/PKGBUILD (from rev 372737, bctoolbox/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-08-19 02:54:09 UTC (rev 372738)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=bctoolbox
+pkgver=0.6.0
+pkgrel=3
+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')
+makedepends=('bcunit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
+sha256sums=('299dedcf8f1edea79964314504f0d24e97cdf24a289896fc09bc69c38eb9f9be')
+
+build() {
+  cd ${pkgname}-$pkgver
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list