lmdb: 0.9.29 -> 0.9.30

This commit is contained in:
Tim Biermann 2023-02-11 09:32:40 +01:00
parent ce5bcba1af
commit e9258fdd41
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF388QOpnXURZ16cGBO5G35QyCy+aUBTcKmPY43KmK3Ghqo8hbFLvaxLHSg4ofG7ckvnEHtbCDmSFUCmaz7CzL4QI=
SHA256 (Pkgfile) = 5d643bc56eeffc3e6dd38789911220c0cefe3722693d1901c9b1ca3e029c0c74
RWSagIOpLGJF30bATmU3O9hmwYaOdDJEC5XSWpp2ZLquVCdc0F4qacr58kL1tF3EpS9wJHiZPMxFDkmiYJqsxMYJd41uOYs5TA0=
SHA256 (Pkgfile) = 0ff405c38cb3fdc333b844fe0a1743605a741f21fe9d734f42c22bbb9c004070
SHA256 (.footprint) = 38006a49d6f83bb37af31bd12ddb9f0873bd9c235a6c21733ee704ab12e91bcf
SHA256 (lmdb-0.9.29.tar.gz) = 22054926b426c66d8f2bc22071365df6e35f3aacf19ad943bc6167d4cae3bebb
SHA256 (openldap_LMDB_0.9.30.tar.gz) = 8fc2c7bc565c14b8a38e468b5f476d570d8ea7fccd54e49154a6b99fcc901c30
SHA256 (lmdb.pc) = effc8326ab5cd4be01867fc1bcbb2347d1b99b31f38811dbe3e26b969db9dfc3

View File

@ -3,15 +3,15 @@
# Maintainer: Tim Biermann, tbier at posteo dot de
name=lmdb
version=0.9.29
version=0.9.30
release=1
source=(https://github.com/LMDB/lmdb/archive/LMDB_$version/$name-$version.tar.gz
source=(https://git.openldap.org/openldap/openldap/-/archive/LMDB_$version/openldap_LMDB_$version.tar.gz
lmdb.pc)
build() {
sed -i "s|@@VERSION@@|$version|" -i $SRC/lmdb.pc
cd $name-LMDB_$version/libraries/liblmdb
cd openldap-LMDB_$version-*/libraries/liblmdb
make CFLAGS+=" -fPIC"
make DESTDIR=$PKG prefix=/usr install
install -Dm0644 $SRC/lmdb.pc -t $PKG/usr/lib/pkgconfig