forked from ports/contrib
lmdb: new port
This commit is contained in:
parent
09dcf27aee
commit
123500ec02
20
lmdb/.footprint
Normal file
20
lmdb/.footprint
Normal file
@ -0,0 +1,20 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/mdb_copy
|
||||
-rwxr-xr-x root/root usr/bin/mdb_drop
|
||||
-rwxr-xr-x root/root usr/bin/mdb_dump
|
||||
-rwxr-xr-x root/root usr/bin/mdb_load
|
||||
-rwxr-xr-x root/root usr/bin/mdb_stat
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/lmdb.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/liblmdb.a
|
||||
-rwxr-xr-x root/root usr/lib/liblmdb.so
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/mdb_copy.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/mdb_drop.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/mdb_dump.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/mdb_load.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/mdb_stat.1.gz
|
5
lmdb/.signature
Normal file
5
lmdb/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/stenur.pub
|
||||
RWQEMWjN1NA43wbdS9VAg7hFZkMb4AYaS8SMFD7yKZ+lGHC/oLE9ZcRgi6kKDbr1Xl+TxtZsLZiAMInF7cZXd/5jnfNywsHIYgg=
|
||||
SHA256 (Pkgfile) = 709174289409a0e82bd05fe035af172d5015060ef21551afaab45a6ec44fc861
|
||||
SHA256 (.footprint) = d0ce3392c3fd9add924967e94a10f21573e6c2ee9e0de915c1ae411385190e18
|
||||
SHA256 (lmdb-20200207.tar.gz) = 66cc2f8a268ae80884c806304c8ab03f8b73d21e765581109a55acfdc650d7ae
|
18
lmdb/Pkgfile
Normal file
18
lmdb/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: The Lightning Memory-Mapped Database Manager
|
||||
# URL: https://github.com/LMDB/lmdb
|
||||
# (Really: https://www.OpenLDAP.org/)
|
||||
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
|
||||
|
||||
name=lmdb
|
||||
version=20200207
|
||||
gitver=cb256f409bb53efeda4ac69ee8165a0b4fc1a277
|
||||
release=1
|
||||
source=(https://github.com/LMDB/${name}/archive/${gitver}/${name}-${version}.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ${name}-${gitver}/libraries/liblmdb/
|
||||
|
||||
make prefix=/usr DESTDIR="$PKG" install
|
||||
}
|
||||
|
||||
# s-sh-mode
|
Loading…
x
Reference in New Issue
Block a user