mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
academic/ngspice: Updated for version 25.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
bcdd1729c9
commit
3d882e24e3
2 changed files with 18 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
# Set initial variables:
|
||||
|
||||
PRGNAM=ngspice
|
||||
VERSION=21
|
||||
VERSION=${VERSION:-25}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -43,16 +43,25 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/ng-spice-rework-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
rm -rf $PRGNAM-doc-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-doc-$VERSION.tar.gz
|
||||
(cd $PRGNAM-doc-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
)
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
|
||||
# Fix the lib path to the code modules
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ngspice"
|
||||
VERSION="21"
|
||||
VERSION="25"
|
||||
HOMEPAGE="http://ngspice.sourceforge.net/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/ngspice/files/ng-spice-rework-21.tar.gz \
|
||||
http://sourceforge.net/projects/ngspice/files/ngspice-doc-21.tar.gz"
|
||||
MD5SUM="68ae18d4c1f7312a1b8e7a5c0858b146 \
|
||||
6ee7d0f5f23a7c61bf96227ca523cad8"
|
||||
DOWNLOAD="http://sourceforge.net/projects/ngspice/files/ngspice-25.tar.gz \
|
||||
http://sourceforge.net/projects/ngspice/files/ngspice-doc-25.tar.gz"
|
||||
MD5SUM="0a2c9f377c5da827f774c7b4f9248231 \
|
||||
0e97d62444577ee186f2481f16b27db8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue