[arch-commits] Commit in bctoolbox/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Wed Aug 31 17:26:43 UTC 2016
Date: Wednesday, August 31, 2016 @ 17:26:43
Author: spupykin
Revision: 188160
archrelease: copy trunk to community-i686, community-x86_64
Added:
bctoolbox/repos/community-i686/
bctoolbox/repos/community-i686/PKGBUILD
(from rev 188159, bctoolbox/trunk/PKGBUILD)
bctoolbox/repos/community-x86_64/
bctoolbox/repos/community-x86_64/PKGBUILD
(from rev 188159, bctoolbox/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 23 +++++++++++++++++++++++
community-x86_64/PKGBUILD | 23 +++++++++++++++++++++++
2 files changed, 46 insertions(+)
Copied: bctoolbox/repos/community-i686/PKGBUILD (from rev 188159, bctoolbox/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-31 17:26:43 UTC (rev 188160)
@@ -0,0 +1,23 @@
+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 188159, bctoolbox/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-08-31 17:26:43 UTC (rev 188160)
@@ -0,0 +1,23 @@
+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
+}
More information about the arch-commits
mailing list