mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/wiredtiger to 2.9.3.20171205-2
This commit is contained in:
parent
bcb413958a
commit
8239b65a38
1 changed files with 10 additions and 4 deletions
|
@ -8,15 +8,20 @@
|
|||
buildarch=8
|
||||
|
||||
pkgname=wiredtiger
|
||||
pkgver=2.9.3
|
||||
pkgrel=1
|
||||
pkgver=2.9.3.20171205
|
||||
_commit=d8f244717b6338063e0c20628bfa4bb65a821e0c
|
||||
pkgrel=2
|
||||
pkgdesc="High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management"
|
||||
arch=('x86_64')
|
||||
url="http://source.wiredtiger.com/"
|
||||
license=('GPL')
|
||||
depends=('snappy' 'lz4' 'zlib' 'gperftools')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/wiredtiger/wiredtiger/archive/$pkgver.tar.gz")
|
||||
sha512sums=('3ba7e3bd7990cdfc870618bfcd5e5c08bde617b835c563ce063fb7954f9ebf107ab3557ff70ea78fa4cc28b9762e8be2b2acb31c366782fc5c67ec554f5dd9c5')
|
||||
source=("$pkgname-$_commit.tar.gz::https://github.com/wiredtiger/wiredtiger/archive/$_commit.tar.gz")
|
||||
sha512sums=('872356c0036102370e680238b4cbafc90d0eb16549fc6d09158a79d16dd8d6eef7f1e25eff8239476d92ad14d75ef19d78bd8b1ac5a0dc5bfea9a98326107c0a')
|
||||
|
||||
prepare() {
|
||||
mv wiredtiger-{$_commit,$pkgver}
|
||||
}
|
||||
|
||||
build() {
|
||||
cd wiredtiger-$pkgver
|
||||
|
@ -27,6 +32,7 @@ build() {
|
|||
--enable-leveldb \
|
||||
--enable-lz4 \
|
||||
--enable-tcmalloc \
|
||||
--enable-verbose \
|
||||
--with-builtins=snappy,zlib
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue