summaryrefslogtreecommitdiffstats
path: root/libraries/flatbuffers
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/flatbuffers')
-rw-r--r--libraries/flatbuffers/flatbuffers.SlackBuild8
-rw-r--r--libraries/flatbuffers/flatbuffers.info6
2 files changed, 8 insertions, 6 deletions
diff --git a/libraries/flatbuffers/flatbuffers.SlackBuild b/libraries/flatbuffers/flatbuffers.SlackBuild
index 671d380b12..89fda633da 100644
--- a/libraries/flatbuffers/flatbuffers.SlackBuild
+++ b/libraries/flatbuffers/flatbuffers.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for flatbuffers
-# Copyright 2022 Steven Voges <Oregon, USA>
+# Copyright 2022-2023 Steven Voges <Oregon, USA>
# Copyright 2016 Andre Barboza, Belo Horizonte - Brazil
# All rights reserved.
#
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=flatbuffers
-VERSION=${VERSION:-22.9.24}
+VERSION=${VERSION:-23.5.26}
DOCS=${DOCS:-no}
SAMPLES=${SAMPLES:-no}
BUILD=${BUILD:-1}
@@ -97,12 +97,14 @@ cd build
make install/strip DESTDIR=$PKG
cd ..
+rm $PKG/usr/lib$LIBDIRSUFFIX/lib$PRGNAM.a
+
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- *.md LICENSE.txt \
+ *.md LICENSE \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/libraries/flatbuffers/flatbuffers.info b/libraries/flatbuffers/flatbuffers.info
index d2a596226c..4fec295adb 100644
--- a/libraries/flatbuffers/flatbuffers.info
+++ b/libraries/flatbuffers/flatbuffers.info
@@ -1,8 +1,8 @@
PRGNAM="flatbuffers"
-VERSION="22.9.24"
+VERSION="23.5.26"
HOMEPAGE="https://google.github.io/flatbuffers"
-DOWNLOAD="https://github.com/google/flatbuffers/archive/v22.9.24/flatbuffers-22.9.24.tar.gz"
-MD5SUM="976371c4b47268d09d5cc7827a6a1f6d"
+DOWNLOAD="https://github.com/google/flatbuffers/archive/v23.5.26/flatbuffers-23.5.26.tar.gz"
+MD5SUM="2ef00eaaa86ab5e9ad5eafe09c2e7b60"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""