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

Sergej Pupykin spupykin at archlinux.org
Tue Dec 6 12:50:30 UTC 2016


    Date: Tuesday, December 6, 2016 @ 12:50:29
  Author: spupykin
Revision: 198197

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bctoolbox/repos/community-i686/PKGBUILD
    (from rev 198196, bctoolbox/trunk/PKGBUILD)
  bctoolbox/repos/community-x86_64/PKGBUILD
    (from rev 198196, bctoolbox/trunk/PKGBUILD)
Deleted:
  bctoolbox/repos/community-i686/PKGBUILD
  bctoolbox/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   23 -------------------
 community-x86_64/PKGBUILD |   23 -------------------
 3 files changed, 52 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-06 12:50:06 UTC (rev 198196)
+++ community-i686/PKGBUILD	2016-12-06 12:50:29 UTC (rev 198197)
@@ -1,23 +0,0 @@
-pkgname=bctoolbox
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/"
-license=('GPL')
-depends=('mbedtls')
-makedepends=('cunit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
-md5sums=('6c04712c62919a5fe200cf3377027c89')
-
-build() {
-  cd ${pkgname}-$pkgver
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: bctoolbox/repos/community-i686/PKGBUILD (from rev 198196, bctoolbox/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-06 12:50:29 UTC (rev 198197)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=bctoolbox
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and video streams"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/"
+license=('GPL')
+depends=('mbedtls')
+makedepends=('bcunit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
+sha256sums=('da7df7ff359a9829e9e6ef98dfe9fead0cf735b8a4a5da1b1047f467dee1b2a9')
+
+build() {
+  cd ${pkgname}-$pkgver
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-06 12:50:06 UTC (rev 198196)
+++ community-x86_64/PKGBUILD	2016-12-06 12:50:29 UTC (rev 198197)
@@ -1,23 +0,0 @@
-pkgname=bctoolbox
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/"
-license=('GPL')
-depends=('mbedtls')
-makedepends=('cunit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
-md5sums=('6c04712c62919a5fe200cf3377027c89')
-
-build() {
-  cd ${pkgname}-$pkgver
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: bctoolbox/repos/community-x86_64/PKGBUILD (from rev 198196, bctoolbox/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-06 12:50:29 UTC (rev 198197)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=bctoolbox
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and video streams"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/"
+license=('GPL')
+depends=('mbedtls')
+makedepends=('bcunit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
+sha256sums=('da7df7ff359a9829e9e6ef98dfe9fead0cf735b8a4a5da1b1047f467dee1b2a9')
+
+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