diff options
-rw-r--r-- | academic/ngspice/ngspice.SlackBuild | 18 | ||||
-rw-r--r-- | academic/ngspice/ngspice.info | 10 |
2 files changed, 14 insertions, 14 deletions
diff --git a/academic/ngspice/ngspice.SlackBuild b/academic/ngspice/ngspice.SlackBuild index 70089f5cc1..ddda42d7de 100644 --- a/academic/ngspice/ngspice.SlackBuild +++ b/academic/ngspice/ngspice.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ngspice -VERSION=${VERSION:-43} +VERSION=${VERSION:-44.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -118,23 +118,23 @@ cp -a \ $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -cat $CWD/$PRGNAM-$VERSION-manual.pdf \ - > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-$VERSION-manual.pdf +cat $CWD/$PRGNAM-44-manual.pdf \ + > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-44-manual.pdf # The shared library enabled by "--with-ngshared" -install -Dm755 ./release/src/.libs/libngspice.so.0.0.10 \ - "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.10" +install -Dm755 ./release/src/.libs/libngspice.so.0.0.12 \ + "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.12" -strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.10 +strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.12 -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" +ln -s "libngspice.so.0.0.12" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0" +ln -s "libngspice.so.0.0.12" "$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 953aeaa3c9..8e48a34926 100644 --- a/academic/ngspice/ngspice.info +++ b/academic/ngspice/ngspice.info @@ -1,10 +1,10 @@ PRGNAM="ngspice" -VERSION="43" +VERSION="44.2" HOMEPAGE="http://ngspice.sourceforge.net/" -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="https://sourceforge.net/projects/ngspice/files/ng-spice-rework/44.2/ngspice-44.2.tar.gz \ + https://sourceforge.net/projects/ngspice/files/ng-spice-rework/44.2/ngspice-44-manual.pdf" +MD5SUM="2f22f83c759afb5c8526fc029fdf891a \ + b0a5edacf40fb59dcebc0b48924b75fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |