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

Felix Yan felixonmars at archlinux.org
Fri Sep 15 07:38:23 UTC 2017


    Date: Friday, September 15, 2017 @ 07:38:23
  Author: felixonmars
Revision: 257657

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

Added:
  libbson/repos/community-testing-i686/
  libbson/repos/community-testing-i686/PKGBUILD
    (from rev 257656, libbson/trunk/PKGBUILD)
  libbson/repos/community-testing-x86_64/
  libbson/repos/community-testing-x86_64/PKGBUILD
    (from rev 257656, libbson/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: libbson/repos/community-testing-i686/PKGBUILD (from rev 257656, libbson/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-09-15 07:38:23 UTC (rev 257657)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Tyler Brock <tyler at mongodb.com>
+# Contributor: monty <linksoft [at] gmx [dot] de>
+
+pkgname=libbson
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('afe0dcb007546360fa4226403c7a036055e4bfaf58eafbd41b91f9fa3769203514ddde85c6cebec1d7ef5418f9207a6a1caada6f8269854dc65fdff862b3ceb0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libbson/repos/community-testing-x86_64/PKGBUILD (from rev 257656, libbson/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-09-15 07:38:23 UTC (rev 257657)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Tyler Brock <tyler at mongodb.com>
+# Contributor: monty <linksoft [at] gmx [dot] de>
+
+pkgname=libbson
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('afe0dcb007546360fa4226403c7a036055e4bfaf58eafbd41b91f9fa3769203514ddde85c6cebec1d7ef5418f9207a6a1caada6f8269854dc65fdff862b3ceb0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list