summaryrefslogtreecommitdiffstats
path: root/libraries/ode
diff options
context:
space:
mode:
author Johannes Schoepfer2023-01-12 20:01:02 +0100
committer Willy Sudiarto Raharjo2023-01-14 02:50:06 +0100
commitf866ac52d4a37144a5f846d1863f54aa72c3529e (patch)
tree553636b385811f8140fca798ec6d6ab0f54a0e83 /libraries/ode
parent16ab494e0a1e8f4b1e4374fb029d59b217b0c441 (diff)
downloadslackbuilds-f866ac52d4a37144a5f846d1863f54aa72c3529e.tar.gz
libraries/ode: Updated for version 0.16.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ode')
-rw-r--r--libraries/ode/ode.SlackBuild11
-rw-r--r--libraries/ode/ode.info6
2 files changed, 7 insertions, 10 deletions
diff --git a/libraries/ode/ode.SlackBuild b/libraries/ode/ode.SlackBuild
index f2d46d48c4..b24e5bf11a 100644
--- a/libraries/ode/ode.SlackBuild
+++ b/libraries/ode/ode.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2020 Johannes Schoepfer, Germany
+# Copyright 2020 - 2022 Johannes Schoepfer, Germany
# All rights reserved.
# Written by hollywoodb
# Modified by the SlackBuilds.org project
@@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ode
-VERSION=${VERSION:-0.16.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.16.3}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -113,7 +110,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a *.txt ou/*.TXT $PKG/usr/doc/$PRGNAM-$VERSION
+cp ou/README* ou/CHANGELOG* ou/LICENSE* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/lib*/*.la
diff --git a/libraries/ode/ode.info b/libraries/ode/ode.info
index 7542fbaaf5..9a8698e83e 100644
--- a/libraries/ode/ode.info
+++ b/libraries/ode/ode.info
@@ -1,8 +1,8 @@
PRGNAM="ode"
-VERSION="0.16.2"
+VERSION="0.16.3"
HOMEPAGE="https://ode.org/"
-DOWNLOAD="https://bitbucket.org/odedevs/ode/downloads/ode-0.16.2.tar.gz"
-MD5SUM="13426ae292f4dd007a1b8483b08ecc8d"
+DOWNLOAD="https://bitbucket.org/odedevs/ode/downloads/ode-0.16.3.tar.gz"
+MD5SUM="b9f5efe527cb7b947a35caadf0bd67c7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""