diff options
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/lmdb/lmdb.SlackBuild | 8 | ||||
-rw-r--r-- | source/l/lmdb/lmdb.url | 3 | ||||
-rwxr-xr-x | source/l/mozjs68/mozjs68.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/mozjs68/slack-desc | 24 |
4 files changed, 19 insertions, 18 deletions
diff --git a/source/l/lmdb/lmdb.SlackBuild b/source/l/lmdb/lmdb.SlackBuild index 1942acd1..b9a34d2a 100755 --- a/source/l/lmdb/lmdb.SlackBuild +++ b/source/l/lmdb/lmdb.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=lmdb -VERSION=${VERSION:-$(echo LMDB_*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d _ | rev)} +VERSION=${VERSION:-$(echo openldap-LMDB_*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d _ | rev)} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -74,9 +74,9 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP -rm -rf lmdb-*${VERSION} -tar xvf $CWD/LMDB_$VERSION.tar.?z || exit 1 -cd lmdb-*${VERSION} || exit 1 +rm -rf openldap-LMDB_${VERSION} +tar xvf $CWD/openldap-LMDB_$VERSION.tar.?z || exit 1 +cd openldap-LMDB_${VERSION} || exit 1 zcat $CWD/lmdb-make.patch.gz | patch -p1 --verbose || exit 1 zcat $CWD/lmdb-s390-check.patch.gz | patch -p1 --verbose || exit 1 diff --git a/source/l/lmdb/lmdb.url b/source/l/lmdb/lmdb.url index 82e82053..977fa22a 100644 --- a/source/l/lmdb/lmdb.url +++ b/source/l/lmdb/lmdb.url @@ -1 +1,2 @@ -https://github.com/LMDB/lmdb +#https://github.com/LMDB/lmdb +https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.25/openldap-LMDB_0.9.25.tar.gz diff --git a/source/l/mozjs68/mozjs68.SlackBuild b/source/l/mozjs68/mozjs68.SlackBuild index 2f1a4bf3..815d58d1 100755 --- a/source/l/mozjs68/mozjs68.SlackBuild +++ b/source/l/mozjs68/mozjs68.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozjs68 SRCNAME=firefox VERSION=68.11.0esr -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: diff --git a/source/l/mozjs68/slack-desc b/source/l/mozjs68/slack-desc index 496f7cfa..565e95a5 100644 --- a/source/l/mozjs68/slack-desc +++ b/source/l/mozjs68/slack-desc @@ -6,15 +6,15 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -mozjs60: mozjs60 (Mozilla's JavaScript Engine) -mozjs60: -mozjs60: SpiderMonkey is Mozilla's JavaScript engine written in C/C++. It is -mozjs60: used in various Mozilla products (including Firefox) and is available -mozjs60: under MPL/GPL/LGPL tri-license. -mozjs60: -mozjs60: Homepage: -mozjs60: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey -mozjs60: -mozjs60: -mozjs60: -mozjs60: +mozjs68: mozjs68 (Mozilla's JavaScript Engine) +mozjs68: +mozjs68: SpiderMonkey is Mozilla's JavaScript engine written in C/C++. It is +mozjs68: used in various Mozilla products (including Firefox) and is available +mozjs68: under MPL/GPL/LGPL tri-license. +mozjs68: +mozjs68: Homepage: +mozjs68: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey +mozjs68: +mozjs68: +mozjs68: +mozjs68: |