diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2023-08-18 21:16:55 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-19 09:15:20 +0700 |
commit | c4867ad8f89c32eabfe60b151edd4874a70b050a (patch) | |
tree | a2df3223a26499d4253c9dd811c1e1bb4e66ec4f /academic | |
parent | ecbb977fa977193650552ab4728e56c6bed6d4cc (diff) |
academic/ngspice: Updated for version 41.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/ngspice/ngspice.SlackBuild | 12 | ||||
-rw-r--r-- | 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 2553c88e7e8a..1614d2b79b8b 100644 --- a/academic/ngspice/ngspice.SlackBuild +++ b/academic/ngspice/ngspice.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ngspice -VERSION=${VERSION:-40} +VERSION=${VERSION:-41} 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.7 \ - "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.7" +install -Dm755 ./release/src/.libs/libngspice.so.0.0.8 \ + "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.8" -strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.7 +strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.8 -ln -s "libngspice.so.0.0.7" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0" -ln -s "libngspice.so.0.0.7" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so" +ln -s "libngspice.so.0.0.8" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0" +ln -s "libngspice.so.0.0.8" "$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 ce1dc0cd1ef7..e11cf80e83b3 100644 --- a/academic/ngspice/ngspice.info +++ b/academic/ngspice/ngspice.info @@ -1,10 +1,10 @@ PRGNAM="ngspice" -VERSION="40" +VERSION="41" HOMEPAGE="http://ngspice.sourceforge.net/" -DOWNLOAD="https://sourceforge.net/projects/ngspice/files/ng-spice-rework/40/ngspice-40.tar.gz \ - https://sourceforge.net/projects/ngspice/files/ng-spice-rework/40/ngspice-40-manual.pdf" -MD5SUM="d588364ec384d4d981e954276b2c7df4 \ - 64151afb0dc7461489f261e2e5a371ff" +DOWNLOAD="https://sourceforge.net/projects/ngspice/files/ng-spice-rework/41/ngspice-41.tar.gz \ + https://sourceforge.net/projects/ngspice/files/ng-spice-rework/41/ngspice-41-manual.pdf" +MD5SUM="5f95f3e17405ce9ebcf213786ce73708 \ + 8d9db24f2f786fa8d14ad265b971ac24" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |