UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

LMDB

The lmdb package is a fast, compact, key-value embedded data store. It uses memory-mapped files, so it has the read performance of a pure in-memory database while still offering the persistence of standard disk-based databases, and is only limited to the size of the virtual address space.

Package info

Template:
Codename: LMDB
Source file: LMDB_0.9.33.tar.bz2
Source directory: openldap-LMDB_0.9.33-3a29a24777c82a0165de813ae696a5068b5add30
Package URL: LMDB_0.9.33.tar.bz2
Package md5-checksum URL: LMDB_0.9.33.tar.bz2.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: cyrus-sasl, bind, KF6.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
#

Build script:
cd libraries/liblmdb &&
make                 &&
sed -i 's| liblmdb.a||' Makefile

Install script:
cd libraries/liblmdb
make prefix=/usr install