diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2024-04-04 20:45:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-04 21:10:34 +0700 |
commit | 983d0ede936a32a1ab0e81c8df26398242f5fa17 (patch) | |
tree | bf21929d60450e4431f7102b0fcb7b3f649ad8d1 /development | |
parent | ff9bcd3441b73d0ddc0a9a3ee5495e44cd36bad7 (diff) |
development/gpsim: Updated for version 0.32.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/gpsim/gpsim.SlackBuild | 9 | ||||
-rw-r--r-- | development/gpsim/gpsim.info | 10 |
2 files changed, 8 insertions, 11 deletions
diff --git a/development/gpsim/gpsim.SlackBuild b/development/gpsim/gpsim.SlackBuild index 95949ea3e6474..3006ef0185653 100644 --- a/development/gpsim/gpsim.SlackBuild +++ b/development/gpsim/gpsim.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gpsim -VERSION=${VERSION:-0.29.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.32.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,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 @@ -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 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 cp $CWD/$PRGNAM.pdf $PKG/usr/doc/$PRGNAM-$VERSION/ diff --git a/development/gpsim/gpsim.info b/development/gpsim/gpsim.info index c94de5c10ba44..db85a736e85a2 100644 --- a/development/gpsim/gpsim.info +++ b/development/gpsim/gpsim.info @@ -1,10 +1,10 @@ PRGNAM="gpsim" -VERSION="0.29.0" +VERSION="0.32.1" HOMEPAGE="http://gpsim.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/project/gpsim/gpsim/0.29.0/gpsim-0.29.0.tar.gz \ - http://gpsim.sourceforge.net/gpsim.pdf" -MD5SUM="9cad6ddfa8c2842a7a9139238b36a8b2 \ - b2d8b81c0c060437f781d6576735cb4b" +DOWNLOAD="https://sourceforge.net/projects/gpsim/files/gpsim/0.32.0/gpsim-0.32.1.tar.gz \ + https://gpsim.sourceforge.net/gpsim.pdf" +MD5SUM="62ed8ef50a13f29d1b740b8af6ac8286 \ + 62ed8ef50a13f29d1b740b8af6ac8286" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtkextra gputils" |