From f866ac52d4a37144a5f846d1863f54aa72c3529e Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Thu, 12 Jan 2023 19:01:02 +0000 Subject: libraries/ode: Updated for version 0.16.3. Signed-off-by: Willy Sudiarto Raharjo --- libraries/ode/ode.SlackBuild | 11 ++++------- libraries/ode/ode.info | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'libraries/ode') 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="" -- cgit v1.2.3