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

Felix Yan fyan at archlinux.org
Tue Jan 19 01:58:15 UTC 2016


    Date: Tuesday, January 19, 2016 @ 02:58:15
  Author: fyan
Revision: 157554

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

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

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

Copied: libbson/repos/community-testing-x86_64/PKGBUILD (from rev 157553, libbson/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-01-19 01:58:15 UTC (rev 157554)
@@ -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.1
+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' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+    cd "$srcdir/$pkgname"
+    ./autogen.sh --prefix=/usr
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname"
+    make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list