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

Felix Yan felixonmars at archlinux.org
Thu Dec 21 09:59:29 UTC 2017


    Date: Thursday, December 21, 2017 @ 09:59:28
  Author: felixonmars
Revision: 275152

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: libbson/repos/community-testing-x86_64/PKGBUILD (from rev 275151, libbson/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-21 09:59:28 UTC (rev 275152)
@@ -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.9.0
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('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=('ced5e20a043096bbb2bd97f179c50fa105498fd089a54fcf7c0e3edda52030e7a6363ff1ab75c885649590a7d8846fa8adf880026cc059772cdfd87da23a244d')
+
+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