diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2024-07-17 21:08:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-17 22:39:07 +0700 |
commit | f97d51da9ab4bd2c59c6e825707c416de784efea (patch) | |
tree | f6f4989a64795f5da69c98c81a4644b5f4875c67 /academic | |
parent | e87da906dc4476da3e3621841c31be7129c46e47 (diff) |
academic/ngspice: Updated for version 43.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/ngspice/ngspice.SlackBuild | 14 | ||||
-rw-r--r-- | academic/ngspice/ngspice.info | 10 |
2 files changed, 12 insertions, 12 deletions
diff --git a/academic/ngspice/ngspice.SlackBuild b/academic/ngspice/ngspice.SlackBuild index db12c3aab627..70089f5cc17e 100644 --- a/academic/ngspice/ngspice.SlackBuild +++ b/academic/ngspice/ngspice.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ngspice -VERSION=${VERSION:-42} +VERSION=${VERSION:-43} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -122,19 +122,19 @@ 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.9 \ - "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.9" +install -Dm755 ./release/src/.libs/libngspice.so.0.0.10 \ + "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.10" -strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.9 +strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.10 -ln -s "libngspice.so.0.0.9" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0" -ln -s "libngspice.so.0.0.9" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so" +ln -s "libngspice.so.0.0.10" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0" +ln -s "libngspice.so.0.0.10" "$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 # Move the configure output file. mv $TMP/$PRGNAM-$VERSION/release/src/include/ngspice/config.h $PKG/usr/include/ngspice/ -chmod 644 $PKG/usr/doc/ngspice-42/examples/klu/Circuits/libraries/*.lib +#chmod 644 $PKG/usr/doc/ngspice-42/examples/klu/Circuits/libraries/*.lib install -Dm644 $CWD/$PRGNAM.png $PKG/usr/share/icons/hicolor/48x48/apps/$PRGNAM.png diff --git a/academic/ngspice/ngspice.info b/academic/ngspice/ngspice.info index d7fa1f244999..953aeaa3c97c 100644 --- a/academic/ngspice/ngspice.info +++ b/academic/ngspice/ngspice.info @@ -1,10 +1,10 @@ PRGNAM="ngspice" -VERSION="42" +VERSION="43" HOMEPAGE="http://ngspice.sourceforge.net/" -DOWNLOAD="https://sourceforge.net/projects/ngspice/files/ng-spice-rework/42/ngspice-42.tar.gz \ - https://sourceforge.net/projects/ngspice/files/ng-spice-rework/42/ngspice-42-manual.pdf" -MD5SUM="84ab9e67127f9732639195dd63b98a5e \ - f1b1bf8a0bd18af216cbe0ccdbacb47f" +DOWNLOAD="https://sourceforge.net/projects/ngspice/files/ng-spice-rework/43/ngspice-43.tar.gz \ + https://sourceforge.net/projects/ngspice/files/ng-spice-rework/43/ngspice-43-manual.pdf" +MD5SUM="2ea2bc0dec693a843c4bdf1bf1e5ec6b \ + f5da2c70a6e93e224f9fd5cbb643101a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |