development/gpsim: Updated for version 0.32.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
R. S. Ananda Murthy 2024-04-04 20:45:59 +07:00 committed by Willy Sudiarto Raharjo
parent ff9bcd3441
commit 983d0ede93
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 11 deletions

View file

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gpsim PRGNAM=gpsim
VERSION=${VERSION:-0.29.0} VERSION=${VERSION:-0.32.1}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac esac
fi 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 if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0 exit 0
@ -98,7 +95,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 | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a HISTORY README* NEWS TODO AUTHORS COPYING INSTALL PROCESSORS $PKG/usr/doc/$PRGNAM-$VERSION cp -a HISTORY README* NEWS TODO AUTHORS COPYING PROCESSORS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cp $CWD/$PRGNAM.pdf $PKG/usr/doc/$PRGNAM-$VERSION/ cp $CWD/$PRGNAM.pdf $PKG/usr/doc/$PRGNAM-$VERSION/

View file

@ -1,10 +1,10 @@
PRGNAM="gpsim" PRGNAM="gpsim"
VERSION="0.29.0" VERSION="0.32.1"
HOMEPAGE="http://gpsim.sourceforge.net/" HOMEPAGE="http://gpsim.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/project/gpsim/gpsim/0.29.0/gpsim-0.29.0.tar.gz \ DOWNLOAD="https://sourceforge.net/projects/gpsim/files/gpsim/0.32.0/gpsim-0.32.1.tar.gz \
http://gpsim.sourceforge.net/gpsim.pdf" https://gpsim.sourceforge.net/gpsim.pdf"
MD5SUM="9cad6ddfa8c2842a7a9139238b36a8b2 \ MD5SUM="62ed8ef50a13f29d1b740b8af6ac8286 \
b2d8b81c0c060437f781d6576735cb4b" 62ed8ef50a13f29d1b740b8af6ac8286"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="gtkextra gputils" REQUIRES="gtkextra gputils"