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

Felix Yan fyan at archlinux.org
Fri Jan 1 03:00:33 UTC 2016


    Date: Friday, January 1, 2016 @ 04:00:33
  Author: fyan
Revision: 155129

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

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

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

Copied: libbson/repos/community-i686/PKGBUILD (from rev 155128, libbson/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-01 03:00:33 UTC (rev 155129)
@@ -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.3.0
+pkgrel=2
+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=("https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('bdc55edf32e33d4991fd210b61a94d18428a58dbcd57294edcf9b7173cd7bdffebf0af75a4b67f1a2e6f5c5816d547310af0c4686ac5dd80fd19dc7690d9e1fc')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./autogen.sh --prefix=/usr
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir/" install
+}

Copied: libbson/repos/community-x86_64/PKGBUILD (from rev 155128, libbson/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-01 03:00:33 UTC (rev 155129)
@@ -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.3.0
+pkgrel=2
+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=("https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('bdc55edf32e33d4991fd210b61a94d18428a58dbcd57294edcf9b7173cd7bdffebf0af75a4b67f1a2e6f5c5816d547310af0c4686ac5dd80fd19dc7690d9e1fc')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./autogen.sh --prefix=/usr
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list