From 4e816bd48b0ed4c9ec73fb2b9b514f2c2a53f20e Mon Sep 17 00:00:00 2001 From: R. S. Ananda Murthy Date: Sat, 25 Feb 2023 08:52:03 +0700 Subject: academic/ngspice: Updated for version 39. Signed-off-by: Willy Sudiarto Raharjo --- academic/ngspice/ngspice.SlackBuild | 12 ++++++------ academic/ngspice/ngspice.info | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/academic/ngspice/ngspice.SlackBuild b/academic/ngspice/ngspice.SlackBuild index 655c1881f1..6922f99ed8 100644 --- a/academic/ngspice/ngspice.SlackBuild +++ b/academic/ngspice/ngspice.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ngspice -VERSION=${VERSION:-38} +VERSION=${VERSION:-39} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -125,13 +125,13 @@ cat $CWD/$PRGNAM-$VERSION-manual.pdf \ > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-$VERSION-manual.pdf # The shared library enabled by "--with-ngshared" -install -Dm755 ./release/src/.libs/libngspice.so.0.0.5 \ - "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.5" +install -Dm755 ./release/src/.libs/libngspice.so.0.0.6 \ + "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.6" -strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.5 +strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.6 -ln -s "libngspice.so.0.0.5" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0" -ln -s "libngspice.so.0.0.5" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so" +ln -s "libngspice.so.0.0.6" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0" +ln -s "libngspice.so.0.0.6" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so" # The include file needed to use the shared library enabled by "--with-ngshared" install -Dm644 ./src/include/ngspice/sharedspice.h $PKG/usr/include/ngspice/sharedspice.h diff --git a/academic/ngspice/ngspice.info b/academic/ngspice/ngspice.info index a62bdfdaa0..4627755936 100644 --- a/academic/ngspice/ngspice.info +++ b/academic/ngspice/ngspice.info @@ -1,10 +1,10 @@ PRGNAM="ngspice" -VERSION="38" +VERSION="39" HOMEPAGE="http://ngspice.sourceforge.net/" -DOWNLOAD="https://sourceforge.net/projects/ngspice/files/ng-spice-rework/38/ngspice-38.tar.gz \ - https://sourceforge.net/projects/ngspice/files/ng-spice-rework/38/ngspice-38-manual.pdf" -MD5SUM="8a50ac425405dff838300746e11495ed \ - 35ff58849a69cf524a94d3fe3cbb0e94" +DOWNLOAD="https://sourceforge.net/projects/ngspice/files/ng-spice-rework/39/ngspice-39.tar.gz \ + https://sourceforge.net/projects/ngspice/files/ng-spice-rework/39/ngspice-39-manual.pdf" +MD5SUM="513c71e50ec7a6a101d342f5a9eee2ba \ + 15254062c168e15333572e6735a1fd60" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="openmpi" -- cgit v1.2.3