Skip to content

Commit

Permalink
liblmdb: no need to install LICENSE file manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimler91 committed Nov 17, 2021
1 parent 05b7521 commit 9dfac8c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/liblmdb/build.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
TERMUX_PKG_HOMEPAGE=https://symas.com/lmdb/
TERMUX_PKG_DESCRIPTION="LMDB implements a simplified variant of the BerkeleyDB (BDB) API."
TERMUX_PKG_LICENSE="OpenLDAP"
TERMUX_PKG_LICENSE_FILE="libraries/liblmdb/LICENSE"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.9.24
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/LMDB/lmdb/archive/LMDB_${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=44602436c52c29d4f301f55f6fd8115f945469b868348e3cddaf91ab2473ea26
TERMUX_PKG_EXTRA_MAKE_ARGS="-C $TERMUX_PKG_SRCDIR/libraries/liblmdb"
TERMUX_PKG_EXTRA_MAKE_ARGS="-C libraries/liblmdb"
TERMUX_PKG_BUILD_IN_SRC=true

termux_step_pre_configure() {
CPPFLAGS+=" -DMDB_USE_ROBUST=0"
}

termux_step_install_license() {
install -Dm600 "$TERMUX_PKG_SRCDIR/libraries/liblmdb/LICENSE" \
"$TERMUX_PREFIX/share/doc/$TERMUX_PKG_NAME/LICENSE"
}

0 comments on commit 9dfac8c

Please sign in to comment.